ManagementEventAggregationCondition.OperatorProperty Property

Definition

Gets or sets the condition operator. Possible values include: 'GreaterThan', 'GreaterThanOrEqual', 'LessThan', 'LessThanOrEqual'

[Newtonsoft.Json.JsonProperty(PropertyName="operator")]
public Microsoft.Azure.Management.Monitor.Models.ConditionOperator? OperatorProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operator")>]
member this.OperatorProperty : Nullable<Microsoft.Azure.Management.Monitor.Models.ConditionOperator> with get, set
Public Property OperatorProperty As Nullable(Of ConditionOperator)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to