| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PerfMonSample |
PerfMonSample.withInstanceName(String instanceName)
Set the instanceName property: Name of the server on which the measurement is made.
|
PerfMonSample |
PerfMonSample.withTime(OffsetDateTime time)
Set the time property: Point in time for which counter was measured.
|
PerfMonSample |
PerfMonSample.withValue(Double value)
Set the value property: Value of counter at a certain time.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.