IAutomationRule.Action 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.
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