Uses of Class
com.azure.monitor.query.models.MetricsQueryResult
Packages that use MetricsQueryResult
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of MetricsQueryResult in com.azure.monitor.query
Methods in com.azure.monitor.query that return MetricsQueryResultModifier and TypeMethodDescriptionMetricsQueryClient.queryResource(String resourceUri, List<String> metricsNames) Returns all the Azure Monitor metrics requested for the resource.Methods in com.azure.monitor.query that return types with arguments of type MetricsQueryResultModifier and TypeMethodDescriptionMetricsQueryAsyncClient.queryResource(String resourceUri, List<String> metricsNames) Returns all the Azure Monitor metrics requested for the resource.Mono<com.azure.core.http.rest.Response<MetricsQueryResult>>MetricsQueryAsyncClient.queryResourceWithResponse(String resourceUri, List<String> metricsNames, MetricsQueryOptions options) Returns all the Azure Monitor metrics requested for the resource.com.azure.core.http.rest.Response<MetricsQueryResult>MetricsQueryClient.queryResourceWithResponse(String resourceUri, List<String> metricsNames, MetricsQueryOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor metrics requested for the resource. -
Uses of MetricsQueryResult in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return types with arguments of type MetricsQueryResultModifier and TypeMethodDescriptionMetricsBatchResult.getMetricsQueryResults()Get the metrics results for individual queries.Constructor parameters in com.azure.monitor.query.models with type arguments of type MetricsQueryResultModifierConstructorDescriptionMetricsBatchResult(List<MetricsQueryResult> metricsQueryResults) Creates an instance of MetricsBatchResult.