Uses of Class
com.azure.resourcemanager.monitor.models.MetricValue
-
Packages that use MetricValue Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of MetricValue in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricValue Modifier and Type Method Description MetricValueMetricValue. withAverage(Double average)Set the average property: the average value in the time range.MetricValueMetricValue. withCount(Double count)Set the count property: the number of samples in the time range.MetricValueMetricValue. withMaximum(Double maximum)Set the maximum property: the greatest value in the time range.MetricValueMetricValue. withMinimum(Double minimum)Set the minimum property: the least value in the time range.MetricValueMetricValue. withTimestamp(OffsetDateTime timestamp)Set the timestamp property: the timestamp for the metric value in ISO 8601 format.MetricValueMetricValue. withTotal(Double total)Set the total property: the sum of all of the values in the time range.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricValue Modifier and Type Method Description List<MetricValue>TimeSeriesElement. data()Get the data property: An array of data points representing the metric values.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricValue Modifier and Type Method Description TimeSeriesElementTimeSeriesElement. withData(List<MetricValue> data)Set the data property: An array of data points representing the metric values.
-