Uses of Class
com.azure.ai.metricsadvisor.models.ListMetricSeriesDefinitionOptions
Packages that use ListMetricSeriesDefinitionOptions
Package
Description
Package containing classes for creating a
MetricsAdvisorAsyncClient
and MetricsAdvisorClient to
perform operations on Azure Metrics Advisor service.Package containing classes for AzureCognitiveServiceMetricsAdvisorRestAPIOpenAPIV2.
-
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.