ICondition.Operator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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