Share via


IAutomationRuleTriggeringLogic.Condition Property

Definition

The conditions to evaluate to determine if the automation rule should be triggered on a given object

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The conditions to evaluate to determine if the automation rule should be triggered on a given object", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition) }, ReadOnly=false, Required=false, SerializedName="conditions")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[] Condition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The conditions to evaluate to determine if the automation rule should be triggered on a given object", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition) }, ReadOnly=false, Required=false, SerializedName="conditions")>]
member this.Condition : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAutomationRuleCondition[] with get, set
Public Property Condition As IAutomationRuleCondition()

Property Value

Attributes

Applies to