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.
-
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.