Uses of Class
com.azure.ai.metricsadvisor.models.ListMetricEnrichmentStatusOptions
Packages that use ListMetricEnrichmentStatusOptions
Package
Description
Azure Metrics Advisor is a
cloud-based service provided by Microsoft Azure that is designed to help organizations monitor
and analyze metrics and time-series data from various sources.
Package containing the data models for MetricsAdvisor.
-
Uses of ListMetricEnrichmentStatusOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListMetricEnrichmentStatusOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<EnrichmentStatus> MetricsAdvisorAsyncClient.listMetricEnrichmentStatus(String metricId, OffsetDateTime startTime, OffsetDateTime endTime, ListMetricEnrichmentStatusOptions options) List the enrichment status for a metric.com.azure.core.http.rest.PagedIterable<EnrichmentStatus> MetricsAdvisorClient.listMetricEnrichmentStatus(String metricId, OffsetDateTime startTime, OffsetDateTime endTime, ListMetricEnrichmentStatusOptions options, com.azure.core.util.Context context) List the enrichment status for a metric. -
Uses of ListMetricEnrichmentStatusOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListMetricEnrichmentStatusOptionsModifier and TypeMethodDescriptionListMetricEnrichmentStatusOptions.setMaxPageSize(Integer maxPageSize) Sets limit indicating the number of items to be included in a service returned page.Sets the number of items in the queried collection that are to be skipped and not included in the returned result.