DynamicThresholdFailingPeriods 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 minimum number of violations required within the selected lookback time window required to raise an alert.
public class DynamicThresholdFailingPeriods
type DynamicThresholdFailingPeriods = class
Public Class DynamicThresholdFailingPeriods
- Inheritance
-
DynamicThresholdFailingPeriods
Constructors
DynamicThresholdFailingPeriods() |
Initializes a new instance of the DynamicThresholdFailingPeriods class. |
DynamicThresholdFailingPeriods(Double, Double) |
Initializes a new instance of the DynamicThresholdFailingPeriods class. |
Properties
MinFailingPeriodsToAlert |
Gets or sets the number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. |
NumberOfEvaluationPeriods |
Gets or sets the number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET