Uses of Class
com.azure.monitor.query.models.MetricDefinition
Packages that use MetricDefinition
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 MetricDefinition in com.azure.monitor.query
Methods in com.azure.monitor.query that return types with arguments of type MetricDefinitionModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<MetricDefinition> MetricsQueryAsyncClient.listMetricDefinitions(String resourceUri) Lists all the metrics definitions created for the resource URI.com.azure.core.http.rest.PagedFlux<MetricDefinition> MetricsQueryAsyncClient.listMetricDefinitions(String resourceUri, String metricsNamespace) Lists all the metrics definitions created for the resource URI.com.azure.core.http.rest.PagedIterable<MetricDefinition> MetricsQueryClient.listMetricDefinitions(String resourceUri) Lists all the metrics definitions created for the resource URI.com.azure.core.http.rest.PagedIterable<MetricDefinition> MetricsQueryClient.listMetricDefinitions(String resourceUri, String metricsNamespace, com.azure.core.util.Context context) Lists all the metrics definitions created for the resource URI.