Uses of Class
com.azure.ai.metricsadvisor.models.AnomalyAlert
Packages that use AnomalyAlert
Package
Description
Package containing classes for creating a
MetricsAdvisorAsyncClient
and MetricsAdvisorClient to
perform operations on Azure Metrics Advisor service.-
Uses of AnomalyAlert in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor that return types with arguments of type AnomalyAlertModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<AnomalyAlert>MetricsAdvisorAsyncClient.listAlerts(String alertConfigurationId, OffsetDateTime startTime, OffsetDateTime endTime) Fetch the alerts triggered by an anomaly alert configuration.com.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) 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.