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