Uses of Class
com.azure.ai.metricsadvisor.models.ListIncidentsAlertedOptions
Packages that use ListIncidentsAlertedOptions
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 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.