AlertRuleLeafCondition.ContainsAny Property

Definition

The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.

public Azure.Provisioning.BicepList<string> ContainsAny { get; set; }
member this.ContainsAny : Azure.Provisioning.BicepList<string> with get, set
Public Property ContainsAny As BicepList(Of String)

Property Value

Applies to