Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
PerfMonSample |
PerfMonSample.withInstanceName(String instanceName)
Set name of the server on which the measurement is made.
|
PerfMonSample |
PerfMonSample.withTime(org.joda.time.DateTime time)
Set point in time for which counter was measured.
|
PerfMonSample |
PerfMonSample.withValue(Double value)
Set value of counter at a certain time.
|
Modifier and Type | Method and Description |
---|---|
List<PerfMonSample> |
PerfMonSet.values()
Get collection of workers that are active during this time.
|
Modifier and Type | Method and Description |
---|---|
PerfMonSet |
PerfMonSet.withValues(List<PerfMonSample> values)
Set collection of workers that are active during this time.
|
Copyright © 2019. All rights reserved.