ThresholdRuleCondition 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.
A threshold rule condition.
public class ThresholdRuleCondition : Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleCondition
type ThresholdRuleCondition = class
inherit RuleCondition
Public Class ThresholdRuleCondition
Inherits RuleCondition
- Inheritance
Constructors
ThresholdRuleCondition() |
Initializes a new instance of the ThresholdRuleCondition class. |
Properties
DataSource |
Optional. Condition data source. |
Operator |
Optional. Condition operator. |
Threshold |
Optional. Condition threshold. |
WindowSize |
Optional. The time period over which the alert rule is evaluated. Condition window size depends on the metric. |