Partager via


AlertRuleAnyOfOrLeafCondition.AnyOf Propriété

Définition

Obtient ou définit une condition de règle d’alerte de journal d’activité « 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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Une condition de règle d’alerte de journal d’activité qui est remplie quand au moins une de ses conditions feuille membre est remplie.

S’applique à