ThresholdRuleCondition Class
A threshold rule condition.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
System.Object
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleCondition
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.ThresholdRuleCondition
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.RuleCondition
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.ThresholdRuleCondition
| Name | Description | |
|---|---|---|
![]() | ThresholdRuleCondition() | Initializes a new instance of the ThresholdRuleCondition class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


