ThresholdRuleCondition Class

Definition

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
ThresholdRuleCondition

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.

Applies to