Uses of Class
com.azure.monitor.query.models.MetricsQueryResourcesResult
Packages that use MetricsQueryResourcesResult
Package
Description
Azure Monitor Query service is a powerful tool that allows you to query and analyze log data from various sources
in Azure.
-
Uses of MetricsQueryResourcesResult in com.azure.monitor.query
Methods in com.azure.monitor.query that return MetricsQueryResourcesResultModifier and TypeMethodDescriptionMetricsClient.queryResources(List<String> resourceIds, List<String> metricsNames, String metricsNamespace) Returns all the Azure Monitor metrics requested for the batch of resources.Methods in com.azure.monitor.query that return types with arguments of type MetricsQueryResourcesResultModifier and TypeMethodDescriptionMetricsAsyncClient.queryResources(List<String> resourceIds, List<String> metricsNames, String metricsNamespace) Returns all the Azure Monitor metrics requested for the batch of resources.Mono<com.azure.core.http.rest.Response<MetricsQueryResourcesResult>> MetricsAsyncClient.queryResourcesWithResponse(List<String> resourceIds, List<String> metricsNames, String metricsNamespace, MetricsQueryResourcesOptions options) Returns all the Azure Monitor metrics requested for the batch of resources.com.azure.core.http.rest.Response<MetricsQueryResourcesResult> MetricsClient.queryResourcesWithResponse(List<String> resourceIds, List<String> metricsNames, String metricsNamespace, MetricsQueryResourcesOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor metrics requested for the batch of resources.