MetricWholeSeriesDetectionCondition.ChangeThresholdCondition Property

Definition

Normally used when metric values stay around a certain range. The threshold is set according to the percentage of change. The following scenarios are appropriate for this type of anomaly detection condition:

public Azure.AI.MetricsAdvisor.Models.ChangeThresholdCondition ChangeThresholdCondition { get; set; }
member this.ChangeThresholdCondition : Azure.AI.MetricsAdvisor.Models.ChangeThresholdCondition with get, set
Public Property ChangeThresholdCondition As ChangeThresholdCondition

Property Value

Remarks

If set to null during an Update operation, this condition is removed from the configuration. If you're using other detection conditions in addition to this one, you need to set the property ConditionOperator.

Applies to