IAlertRuleAnyOfOrLeafCondition.AnyOf Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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