Uses of Class
com.azure.monitor.query.models.MetricDefinition
Packages that use MetricDefinition
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
-
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.