Compartir a través de


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(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.Api20201001.IAlertRuleLeafCondition) }, ReadOnly=false, Required=false, SerializedName="anyOf")]
public Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[] AnyOf { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(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.Api20201001.IAlertRuleLeafCondition) }, ReadOnly=false, Required=false, SerializedName="anyOf")>]
member this.AnyOf : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.IAlertRuleLeafCondition[] with get, set
Public Property AnyOf As IAlertRuleLeafCondition()

Property Value

Attributes

Applies to