Uses of Class
com.azure.monitor.query.models.MetricsBatchResult
Packages that use MetricsBatchResult
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
-
Uses of MetricsBatchResult in com.azure.monitor.query
Methods in com.azure.monitor.query that return MetricsBatchResultModifier and TypeMethodDescriptionMetricsBatchQueryClient.queryBatch(List<String> resourceUris, 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 MetricsBatchResultModifier and TypeMethodDescriptionMetricsBatchQueryAsyncClient.queryBatch(List<String> resourceUris, List<String> metricsNames, String metricsNamespace) Returns all the Azure Monitor metrics requested for the batch of resources.Mono<com.azure.core.http.rest.Response<MetricsBatchResult>>MetricsBatchQueryAsyncClient.queryBatchWithResponse(List<String> resourceUris, List<String> metricsNames, String metricsNamespace, MetricsQueryOptions options) Returns all the Azure Monitor metrics requested for the batch of resources.com.azure.core.http.rest.Response<MetricsBatchResult>MetricsBatchQueryClient.queryBatchWithResponse(List<String> resourceUris, List<String> metricsNames, String metricsNamespace, MetricsQueryOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor metrics requested for the batch of resources.