Share via


AlertRuleAnyOfOrLeafCondition.AnyOf Eigenschaft

Definition

Ruft eine Aktivitätsprotokollwarnungsregel "anyOf" ab oder legt diese fest.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Eine Regelbedingung für Aktivitätsprotokollwarnungen, die erfüllt ist, wenn mindestens eine seiner Memberblattbedingungen erfüllt ist.

Gilt für: