Uses of Class
com.azure.monitor.query.models.MetricValue
Packages that use MetricValue
Package
Description
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of MetricValue in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return types with arguments of type MetricValueModifier and TypeMethodDescriptionTimeSeriesElement.getValues()Returns a list of data points representing the metric values.Constructor parameters in com.azure.monitor.query.models with type arguments of type MetricValueModifierConstructorDescriptionTimeSeriesElement(List<MetricValue> values, Map<String, String> metadata) Creates an instance ofTimeSeriesElementwith a list of data points representing the metric values.