Uses of Class
com.azure.monitor.query.models.MetricsQueryResult
Packages that use MetricsQueryResult
Package
Description
Azure Monitor Query service is a powerful tool that allows you to query and analyze log data from various sources
in Azure.
Package containing models 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. -
Uses of MetricsQueryResult in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return types with arguments of type MetricsQueryResultModifier and TypeMethodDescriptionMetricsQueryResourcesResult.getMetricsQueryResults()Get the metrics results for individual queries.Constructor parameters in com.azure.monitor.query.models with type arguments of type MetricsQueryResultModifierConstructorDescriptionMetricsQueryResourcesResult(List<MetricsQueryResult> metricsQueryResults) Creates an instance of MetricsBatchResult.