Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
MetricValue |
MetricValue.withAverage(Double average)
Set the average value in the time range.
|
MetricValue |
MetricValue.withCount(Long count)
Set the number of samples in the time range.
|
MetricValue |
MetricValue.withMaximum(Double maximum)
Set the greatest value in the time range.
|
MetricValue |
MetricValue.withMinimum(Double minimum)
Set the least value in the time range.
|
MetricValue |
MetricValue.withTimeStamp(org.joda.time.DateTime timeStamp)
Set the timestamp for the metric value in ISO 8601 format.
|
MetricValue |
MetricValue.withTotal(Double total)
Set the sum of all of the values in the time range.
|
Modifier and Type | Method and Description |
---|---|
List<MetricValue> |
TimeSeriesElement.data()
Get an array of data points representing the metric values.
|
Modifier and Type | Method and Description |
---|---|
TimeSeriesElement |
TimeSeriesElement.withData(List<MetricValue> data)
Set an array of data points representing the metric values.
|
Copyright © 2019. All rights reserved.