MetricWholeSeriesDetectionCondition.ChangeThresholdCondition 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.
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
Azure SDK for .NET