Uses of Class
com.microsoft.azure.management.monitor.MetricValue
Packages that use MetricValue
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetricValue in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetricValueModifier 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.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricValueModifier and TypeMethodDescriptionTimeSeriesElement.data()
Get an array of data points representing the metric values.Method parameters in com.microsoft.azure.management.monitor with type arguments of type MetricValueModifier and TypeMethodDescriptionTimeSeriesElement.withData
(List<MetricValue> data) Set an array of data points representing the metric values.