Uses of Class
com.azure.resourcemanager.monitor.models.MetricValue
Packages that use MetricValue
Package
Description
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 MetricValueModifier and TypeMethodDescriptionstatic MetricValueMetricValue.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MetricValue from the JsonReader.MetricValue.withAverage(Double average) Set the average property: the average value in the time range.Set the count property: the number of samples in the time range.MetricValue.withMaximum(Double maximum) Set the maximum property: the greatest value in the time range.MetricValue.withMinimum(Double minimum) Set the minimum property: the least value in the time range.MetricValue.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: the timestamp for the metric value in ISO 8601 format.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 MetricValueModifier and TypeMethodDescriptionTimeSeriesElement.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 MetricValueModifier and TypeMethodDescriptionTimeSeriesElement.withData(List<MetricValue> data) Set the data property: An array of data points representing the metric values.