Uses of Class
com.azure.ai.metricsadvisor.models.ListIncidentsAlertedOptions
Packages that use ListIncidentsAlertedOptions
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 ListIncidentsAlertedOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListIncidentsAlertedOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<AnomalyIncident> MetricsAdvisorAsyncClient.listIncidentsForAlert(String alertConfigurationId, String alertId, ListIncidentsAlertedOptions options) Fetch the incidents in an alert.com.azure.core.http.rest.PagedIterable<AnomalyIncident> MetricsAdvisorClient.listIncidentsForAlert(String alertConfigurationId, String alertId, ListIncidentsAlertedOptions options, com.azure.core.util.Context context) Fetch the incidents in an alert. -
Uses of ListIncidentsAlertedOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListIncidentsAlertedOptionsModifier and TypeMethodDescriptionListIncidentsAlertedOptions.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.