Uses of Class
com.azure.ai.metricsadvisor.models.AnomalyAlert
Packages that use AnomalyAlert
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 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. -
Uses of AnomalyAlert in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return AnomalyAlertModifier and TypeMethodDescriptionstatic AnomalyAlertAnomalyAlert.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnomalyAlert from the JsonReader.