MetricsBatchQueryAsyncClient Class
- java.
lang. Object - com.
azure. monitor. query. MetricsBatchQueryAsyncClient
- com.
public final class MetricsBatchQueryAsyncClient
This class provides an asynchronous client that contains all the query operations that use batch requests to retrieve metrics for multiple resources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Mono<Metrics |
queryBatch(List<String> resourceUris, List<String> metricsNames, String metricsNamespace)
Returns all the Azure Monitor metrics requested for the batch of resources. |
|
Mono<Response<Metrics |
queryBatchWithResponse(List<String> resourceUris, List<String> metricsNames, String metricsNamespace, MetricsQueryOptions options)
Returns all the Azure Monitor metrics requested for the batch of resources. |
Methods inherited from java.lang.Object
Method Details
queryBatch
public Mono<MetricsBatchResult> queryBatch(List<String> resourceUris, List<String> metricsNames, String metricsNamespace)
Returns all the Azure Monitor metrics requested for the batch of resources.
Parameters:
Returns:
queryBatchWithResponse
public Mono<Response<MetricsBatchResult>> queryBatchWithResponse(List<String> resourceUris, List<String> metricsNames, String metricsNamespace, MetricsQueryOptions options)
Returns all the Azure Monitor metrics requested for the batch of resources.
Parameters:
Returns: