Share via


AlertRuleAnyOfOrLeafCondition.AnyOf Property

Definition

An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.

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

Property Value

Implements

Attributes

Applies to