Uses of Class
com.azure.monitor.query.metrics.models.MetricValue
Packages that use MetricValue
Package
Description
Package containing the data models for Metrics.
-
Uses of MetricValue in com.azure.monitor.query.metrics.models
Methods in com.azure.monitor.query.metrics.models that return MetricValueModifier and TypeMethodDescriptionstatic MetricValue
MetricValue.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricValue from the JsonReader.Methods in com.azure.monitor.query.metrics.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.metrics.models with type arguments of type MetricValueModifierConstructorDescriptionTimeSeriesElement
(List<MetricValue> values, Map<String, String> metadata) Creates an instance ofTimeSeriesElement
with a list of data points representing the metric values.