Uses of Class
com.azure.monitor.query.metrics.models.MetricResult
Packages that use MetricResult
Package
Description
Package containing the data models for Metrics.
-
Uses of MetricResult in com.azure.monitor.query.metrics.models
Methods in com.azure.monitor.query.metrics.models that return MetricResultModifier and TypeMethodDescriptionMetricsQueryResult.getMetricByName
(String metricName) Returns the metric result for themetricName
.Methods in com.azure.monitor.query.metrics.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.metrics.models with type arguments of type MetricResultModifierConstructorDescriptionMetricsQueryResult
(Integer cost, MetricsQueryTimeInterval timeInterval, Duration granularity, String namespace, String resourceRegion, List<MetricResult> metrics) Creates an instance of the response to a metrics query.