Uses of Class
com.microsoft.azure.management.monitor.MetricValue
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricValue in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionMetricValue.withAverage
(Double average) Set the average value in the time range.Set the number of samples in the time range.MetricValue.withMaximum
(Double maximum) Set the greatest value in the time range.MetricValue.withMinimum
(Double minimum) Set the least value in the time range.MetricValue.withTimeStamp
(org.joda.time.DateTime timeStamp) Set the timestamp for the metric value in ISO 8601 format.Set the sum of all of the values in the time range.Modifier and TypeMethodDescriptionTimeSeriesElement.data()
Get an array of data points representing the metric values.Modifier and TypeMethodDescriptionTimeSeriesElement.withData
(List<MetricValue> data) Set an array of data points representing the metric values.