Uses of Class
com.microsoft.azure.management.monitor.MetricValue
-
-
Uses of MetricValue in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricValue Modifier and Type Method Description MetricValueMetricValue. withAverage(Double average)Set the average value in the time range.MetricValueMetricValue. withCount(Long count)Set the number of samples in the time range.MetricValueMetricValue. withMaximum(Double maximum)Set the greatest value in the time range.MetricValueMetricValue. withMinimum(Double minimum)Set the least value in the time range.MetricValueMetricValue. withTimeStamp(org.joda.time.DateTime timeStamp)Set the timestamp for the metric value in ISO 8601 format.MetricValueMetricValue. withTotal(Double total)Set the sum of all of the values in the time range.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricValue Modifier and Type Method Description List<MetricValue>TimeSeriesElement. data()Get an array of data points representing the metric values.Method parameters in com.microsoft.azure.management.monitor with type arguments of type MetricValue Modifier and Type Method Description TimeSeriesElementTimeSeriesElement. withData(List<MetricValue> data)Set an array of data points representing the metric values.
-