Uses of Class
com.azure.ai.metricsadvisor.models.ListMetricSeriesDefinitionOptions
Packages that use ListMetricSeriesDefinitionOptions
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 ListMetricSeriesDefinitionOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListMetricSeriesDefinitionOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<MetricSeriesDefinition> MetricsAdvisorAsyncClient.listMetricSeriesDefinitions(String metricId, OffsetDateTime activeSince, ListMetricSeriesDefinitionOptions options) List series definition for a metric.com.azure.core.http.rest.PagedIterable<MetricSeriesDefinition> MetricsAdvisorClient.listMetricSeriesDefinitions(String metricId, OffsetDateTime activeSince, ListMetricSeriesDefinitionOptions options, com.azure.core.util.Context context) List series (dimension combinations) from metric. -
Uses of ListMetricSeriesDefinitionOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListMetricSeriesDefinitionOptionsModifier and TypeMethodDescriptionListMetricSeriesDefinitionOptions.setDimensionCombinationToFilter(Map<String, List<String>> dimensionCombination) Sets the dimension key and values.ListMetricSeriesDefinitionOptions.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.