ThresholdRuleCondition.Operator Property

 

Optional. The operator used to compare the data and the threshold.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models.ConditionOperator

See Also

ThresholdRuleCondition Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top