MetricWholeSeriesDetectionCondition.HardThresholdCondition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET