Uses of Class
com.azure.monitor.query.metrics.models.MetricsQueryResourcesResult
Packages that use MetricsQueryResourcesResult
Package
Description
Package containing the classes for MetricsQuery.
-
Uses of MetricsQueryResourcesResult in com.azure.monitor.query.metrics
Methods in com.azure.monitor.query.metrics 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.metrics 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.