Megosztás a következőn keresztül:


SecurityInsightsAutomationRuleData.Actions Property

Definition

The actions to execute when the automation rule is triggered. Please note SecurityInsightsAutomationRuleAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AutomationRuleModifyPropertiesAction and AutomationRuleRunPlaybookAction.

public System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleAction> Actions { get; }
member this.Actions : System.Collections.Generic.IList<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAutomationRuleAction>
Public ReadOnly Property Actions As IList(Of SecurityInsightsAutomationRuleAction)

Property Value

Applies to