次の方法で共有


ThresholdRuleCondition.OperatorProperty プロパティ

定義

データとしきい値の比較に使用する演算子を取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象