Freigeben über


IAlertRuleAnyOfOrLeafCondition.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.Runtime.Info(Create=true, Description="An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IAlertRuleLeafCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="anyOf", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IAlertRuleLeafCondition> AnyOf { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Create=true, Description="An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IAlertRuleLeafCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="anyOf", Update=true)>]
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

Attributes

Applies to