次の方法で共有


AlertRuleAllOfCondition.AllOf プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象