Uses of Class
com.azure.ai.metricsadvisor.administration.models.MetricAnomalyAlertConditions
Packages that use MetricAnomalyAlertConditions
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of MetricAnomalyAlertConditions in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return MetricAnomalyAlertConditionsModifier and TypeMethodDescriptionMetricAlertConfiguration.getAlertConditions()Gets the conditions applied on the detected anomalies to decide whether it should be included in the alert or not.MetricAnomalyAlertConditions.setMetricBoundaryCondition(MetricBoundaryCondition boundaryCondition) Gets the boundary condition, an anomaly will be included in the alert only if it's value is not within the boundary.MetricAnomalyAlertConditions.setSeverityCondition(AnomalySeverity min, AnomalySeverity max) Sets the severity range based condition, an anomaly will be included in the alert only if it's severity falls in the range.MetricAnomalyAlertConditions.setSeverityRangeCondition(SeverityCondition severityCondition) Sets the severity range based condition, an anomaly will be included in the alert only if it's severity falls in the range.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type MetricAnomalyAlertConditionsModifier and TypeMethodDescriptionMetricAlertConfiguration.setAlertConditions(MetricAnomalyAlertConditions alertConditions) Sets the conditions to be applied on the detected anomalies to decide whether it should be included in the alert or not.