Uses of Class
com.azure.ai.metricsadvisor.administration.models.AnomalySeverity
Packages that use AnomalySeverity
Package
Description
Package containing model types for Metrics Advisor administration operations.
Package containing the data models for MetricsAdvisor.
-
Uses of AnomalySeverity in com.azure.ai.metricsadvisor.administration.models
Fields in com.azure.ai.metricsadvisor.administration.models declared as AnomalySeverityModifier and TypeFieldDescriptionstatic final AnomalySeverityAnomalySeverity.HIGHStatic value High for AnomalySeverity.static final AnomalySeverityAnomalySeverity.LOWStatic value Low for AnomalySeverity.static final AnomalySeverityAnomalySeverity.MEDIUMStatic value Medium for AnomalySeverity.Methods in com.azure.ai.metricsadvisor.administration.models that return AnomalySeverityModifier and TypeMethodDescriptionstatic AnomalySeverityAnomalySeverity.fromString(String name) Creates or finds a AnomalySeverity from its string representation.SeverityCondition.getMaxAlertSeverity()Gets the maximum severity value.SeverityCondition.getMinAlertSeverity()Gets the minimum severity value.Methods in com.azure.ai.metricsadvisor.administration.models that return types with arguments of type AnomalySeverityModifier and TypeMethodDescriptionstatic Collection<AnomalySeverity> AnomalySeverity.values()Returns the known AnomalySeverity values.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type AnomalySeverityModifier and TypeMethodDescriptionSeverityCondition.setMaxAlertSeverity(AnomalySeverity max) Sets the maximum severity value.SeverityCondition.setMinAlertSeverity(AnomalySeverity min) Sets the minimum severity value.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.Constructors in com.azure.ai.metricsadvisor.administration.models with parameters of type AnomalySeverityModifierConstructorDescriptionSeverityCondition(AnomalySeverity min, AnomalySeverity max) Create a SeverityCondition with the range defined by the providedminandmax. -
Uses of AnomalySeverity in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return AnomalySeverityModifier and TypeMethodDescriptionListAnomaliesDetectedFilter.getMaxSeverity()Gets the maximum severity of the anomalies to be included in the list.ListAnomaliesDetectedFilter.getMinSeverity()Gets the minimum severity of the anomalies to be included in the list.AnomalyIncident.getSeverity()Gets the severity of the incident.DataPointAnomaly.getSeverity()Gets the severity of the anomaly.Methods in com.azure.ai.metricsadvisor.models with parameters of type AnomalySeverityModifier and TypeMethodDescriptionListAnomaliesDetectedFilter.setSeverity(AnomalySeverity severity) Sets the severity for the anomalies to be retrieved.ListAnomaliesDetectedFilter.setSeverityRange(AnomalySeverity min, AnomalySeverity max) Sets the severity range for the anomalies to be retrieved.