ThresholdRuleCondition.OperatorProperty Property

Definition

Gets or sets the operator used to compare the data and the threshold. 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 : Microsoft.Azure.Management.Monitor.Models.ConditionOperator with get, set
Public Property OperatorProperty As ConditionOperator

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to