Uses of Class
com.azure.ai.metricsadvisor.models.ListAlertOptions
Packages that use ListAlertOptions
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 ListAlertOptions in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor with parameters of type ListAlertOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<AnomalyAlert>MetricsAdvisorAsyncClient.listAlerts(String alertConfigurationId, OffsetDateTime startTime, OffsetDateTime endTime, ListAlertOptions options) Fetch the alerts triggered by an anomaly alert configuration.com.azure.core.http.rest.PagedIterable<AnomalyAlert>MetricsAdvisorClient.listAlerts(String alertConfigurationId, OffsetDateTime startTime, OffsetDateTime endTime, ListAlertOptions options, com.azure.core.util.Context context) Fetch the alerts triggered by an anomaly alert configuration. -
Uses of ListAlertOptions in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return ListAlertOptionsModifier and TypeMethodDescriptionListAlertOptions.setAlertQueryTimeMode(AlertQueryTimeMode alertQueryTimeMode) Set the query time mode.ListAlertOptions.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.