次の方法で共有


AlertRuleLeafCondition.ContainsAny プロパティ

定義

イベントのフィールドの値をこの配列の値と比較して (大文字と小文字を区別せずに) 条件が満たされているかどうかを判断します。値の設定も可能です。

[Newtonsoft.Json.JsonProperty(PropertyName="containsAny")]
public System.Collections.Generic.IList<string> ContainsAny { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containsAny")>]
member this.ContainsAny : System.Collections.Generic.IList<string> with get, set
Public Property ContainsAny As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象