IAutomationRule.TriggeringLogicIsEnabled Property

Definition

Determines whether the automation rule is enabled or disabled.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Determines whether the automation rule is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isEnabled", Update=true)]
public bool? TriggeringLogicIsEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Determines whether the automation rule is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isEnabled", Update=true)>]
member this.TriggeringLogicIsEnabled : Nullable<bool> with get, set
Public Property TriggeringLogicIsEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to