Partilhar via


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.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Origin(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> ContainsAny { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Origin(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.PropertyOrigin.Owned)>]
member this.ContainsAny : System.Collections.Generic.List<string> with get, set
Public Property ContainsAny As List(Of String)

Property Value

Implements

Attributes

Applies to