ThresholdRuleCondition.Operator Property

 

Optional. Condition operator.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public ConditionOperator Operator { get; set; }
public:
property ConditionOperator Operator {
    ConditionOperator get();
    void set(ConditionOperator value);
}
member Operator : ConditionOperator with get, set
Public Property Operator As ConditionOperator

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.ConditionOperator

See Also

ThresholdRuleCondition Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace

Return to top