ManagementEventAggregationCondition.Operator Property
Optional. Condition operator.
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
ManagementEventAggregationCondition Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top