Share via


MetricWholeSeriesDetectionCondition.HardThresholdCondition Property

Definition

Sets fixed upper and/or lower bounds to specify the range in which data points are expected to be. Values outside of upper or lower bounds will be considered to be anomalous.

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

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