Uses of Class
com.azure.monitor.query.models.MetricResult
Packages that use MetricResult
Package
Description
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of MetricResult in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return MetricResultModifier and TypeMethodDescriptionMetricsQueryResult.getMetricByName(String metricName) Returns the metric result for themetricName.Methods in com.azure.monitor.query.models that return types with arguments of type MetricResultModifier and TypeMethodDescriptionMetricsQueryResult.getMetrics()Returns the value of the collection.Constructor parameters in com.azure.monitor.query.models with type arguments of type MetricResultModifierConstructorDescriptionMetricsQueryResult(Integer cost, QueryTimeInterval timeInterval, Duration granularity, String namespace, String resourceRegion, List<MetricResult> metrics) Creates an instance of the response to a metrics query.