MetricWholeSeriesDetectionCondition 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 WholeMetricConfiguration.
public class MetricWholeSeriesDetectionCondition
type MetricWholeSeriesDetectionCondition = class
Public Class MetricWholeSeriesDetectionCondition
- Inheritance
-
MetricWholeSeriesDetectionCondition
- Derived
Constructors
MetricWholeSeriesDetectionCondition() |
Initializes a new instance of the MetricWholeSeriesDetectionCondition class. |
Properties
ChangeThresholdCondition |
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: |
ConditionOperator |
The operator to be applied between conditions in this MetricWholeSeriesDetectionCondition instance. This property must be set if at least two conditions in this instance are defined. |
HardThresholdCondition |
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. |
SmartDetectionCondition |
A detection condition powered by machine learning that learns patterns from historical data, and uses them for future detection. |
Applies to
Azure SDK for .NET