Share via


HardThresholdCondition(AnomalyDetectorDirection, SuppressCondition) Constructor

Definition

Initializes a new instance of the HardThresholdCondition class.

public HardThresholdCondition (Azure.AI.MetricsAdvisor.Models.AnomalyDetectorDirection anomalyDetectorDirection, Azure.AI.MetricsAdvisor.Models.SuppressCondition suppressCondition);
new Azure.AI.MetricsAdvisor.Models.HardThresholdCondition : Azure.AI.MetricsAdvisor.Models.AnomalyDetectorDirection * Azure.AI.MetricsAdvisor.Models.SuppressCondition -> Azure.AI.MetricsAdvisor.Models.HardThresholdCondition
Public Sub New (anomalyDetectorDirection As AnomalyDetectorDirection, suppressCondition As SuppressCondition)

Parameters

anomalyDetectorDirection
AnomalyDetectorDirection

Sets the boundaries that delimit the expected value range. Data points out of this range are considered anomalous. If Down or Both, LowerBound is required. If Up or Both, UpperBound is required.

suppressCondition
SuppressCondition

The SuppressCondition to be applied to every anomalous data point.

Exceptions

suppressCondition is null.

Applies to