IAutomationRule.Action Property

Definition

The actions to execute when the automation rule is triggered

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The actions to execute when the automation rule is triggered", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleAction) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleAction> Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The actions to execute when the automation rule is triggered", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleAction) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)>]
member this.Action : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IAutomationRuleAction> with get, set
Public Property Action As List(Of IAutomationRuleAction)

Property Value

Attributes

Applies to