HardThresholdCondition Class
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.
The HardThresholdCondition.
public class HardThresholdCondition
type HardThresholdCondition = class
Public Class HardThresholdCondition
- Inheritance
-
HardThresholdCondition
Constructors
HardThresholdCondition(AnomalyDetectorDirection, SuppressCondition) |
Initializes a new instance of the HardThresholdCondition class. |
Properties
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. |
LowerBound |
The minimum value a data point is expected to assume. Must be set if AnomalyDetectorDirection is Down or Both. |
SuppressCondition |
The SuppressCondition to be applied to every anomalous data point. |
UpperBound |
The maximum value a data point is expected to assume. Must be set if AnomalyDetectorDirection is Up or Both. |
Applies to
Azure SDK for .NET