Share via


ICondition.Operator Property

Definition

The criteria operator. Relevant and required only for rules of the kind LogAlert.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Description="The criteria operator. Relevant and required only for rules of the kind LogAlert.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator) }, ReadOnly=false, Required=false, SerializedName="operator")]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator? Operator { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Description="The criteria operator. Relevant and required only for rules of the kind LogAlert.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator) }, ReadOnly=false, Required=false, SerializedName="operator")>]
member this.Operator : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.ConditionOperator> with get, set
Public Property Operator As Nullable(Of ConditionOperator)

Property Value

Attributes

Applies to