Share via


IActivityLogAlertResource.ConditionAllOf Property

Definition

The list of Activity Log Alert rule conditions.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Create=true, Description="The list of Activity Log Alert rule conditions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IAlertRuleAnyOfOrLeafCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="allOf", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IAlertRuleAnyOfOrLeafCondition> ConditionAllOf { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.Info(Create=true, Description="The list of Activity Log Alert rule conditions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IAlertRuleAnyOfOrLeafCondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="allOf", Update=true)>]
member this.ConditionAllOf : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.IAlertRuleAnyOfOrLeafCondition> with get, set
Public Property ConditionAllOf As List(Of IAlertRuleAnyOfOrLeafCondition)

Property Value

Attributes

Applies to