次の方法で共有


AlertRuleAnyOfOrLeafCondition.AnyOf プロパティ

定義

アクティビティ ログ アラート ルール 'anyOf' 条件を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="anyOf")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AlertRuleLeafCondition> AnyOf { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="anyOf")>]
member this.AnyOf : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AlertRuleLeafCondition> with get, set
Public Property AnyOf As IList(Of AlertRuleLeafCondition)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

少なくとも 1 つのメンバー リーフ条件が満たされたときに満たされるアクティビティ ログ アラート ルールの条件。

適用対象