Uses of Class
com.azure.ai.metricsadvisor.models.ListMetricDimensionValuesOptions
Packages that use ListMetricDimensionValuesOptions
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 ListMetricDimensionValuesOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListMetricDimensionValuesOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<String> MetricsAdvisorAsyncClient.listMetricDimensionValues(String metricId, String dimensionName, ListMetricDimensionValuesOptions options) List dimension values from certain metric.com.azure.core.http.rest.PagedIterable<String> MetricsAdvisorClient.listMetricDimensionValues(String metricId, String dimensionName, ListMetricDimensionValuesOptions options, com.azure.core.util.Context context) List dimension values from certain metric. -
Uses of ListMetricDimensionValuesOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListMetricDimensionValuesOptionsModifier and TypeMethodDescriptionListMetricDimensionValuesOptions.setDimensionValueToFilter(String dimensionValueToFilter) Set the dimension value to filter the query result.ListMetricDimensionValuesOptions.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.