次の方法で共有


ScaleRuleMetricDimension.OperatorProperty プロパティ

定義

ディメンション演算子を取得または設定します。 'Equals' と 'NotEquals' のみがサポートされています。 'Equals' は、いずれかの値と等しくなります。 'NotEquals' は、すべての値と等しくありません。 指定できる値は、'Equals'、'NotEquals' です。

[Newtonsoft.Json.JsonProperty(PropertyName="Operator")]
public string OperatorProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Operator")>]
member this.OperatorProperty : string with get, set
Public Property OperatorProperty As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象