AlertRuleAllOfCondition.AllOf Property

Definition

Gets or sets the list of Activity Log Alert rule conditions.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to