Uses of Class
com.azure.ai.metricsadvisor.models.ListMetricFeedbackOptions
Packages that use ListMetricFeedbackOptions
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 ListMetricFeedbackOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListMetricFeedbackOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<MetricFeedback> MetricsAdvisorAsyncClient.listFeedback(String metricId, ListMetricFeedbackOptions options) List information of all metric feedbacks on the metrics advisor account for a metric Id.com.azure.core.http.rest.PagedIterable<MetricFeedback> MetricsAdvisorClient.listFeedback(String metricId, ListMetricFeedbackOptions options, com.azure.core.util.Context context) List information of all metric feedbacks on the metrics advisor account. -
Uses of ListMetricFeedbackOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListMetricFeedbackOptionsModifier and TypeMethodDescriptionListMetricFeedbackOptions.setFilter(ListMetricFeedbackFilter listDataFeedFilter) Set the additional metric feedback filter options that can be passed for filtering the result of lisMetricFeedbacks operation.ListMetricFeedbackOptions.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.