Uses of Class
com.azure.ai.metricsadvisor.administration.models.SeverityCondition
Packages that use SeverityCondition
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of SeverityCondition in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return SeverityConditionModifier and TypeMethodDescriptionMetricAnomalyAlertConditions.getSeverityCondition()Gets the severity range based condition, an anomaly will be included in the alert only if it's severity falls in the range.SeverityCondition.setMaxAlertSeverity(AnomalySeverity max) Sets the maximum severity value.SeverityCondition.setMinAlertSeverity(AnomalySeverity min) Sets the minimum severity value.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type SeverityConditionModifier and TypeMethodDescriptionMetricAnomalyAlertConditions.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.