Compartir a través de


ThresholdRuleCondition.OperatorProperty Propiedad

Definición

Obtiene o establece el operador utilizado para comparar los datos y el umbral. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a