Uses of Class
com.azure.resourcemanager.securityinsights.models.AutomationRuleAction
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of AutomationRuleAction in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionAutomationRuleInner.actions()
Get the actions property: The actions to execute when the automation rule is triggered.AutomationRuleProperties.actions()
Get the actions property: The actions to execute when the automation rule is triggered.Modifier and TypeMethodDescriptionAutomationRuleInner.withActions
(List<AutomationRuleAction> actions) Set the actions property: The actions to execute when the automation rule is triggered.AutomationRuleProperties.withActions
(List<AutomationRuleAction> actions) Set the actions property: The actions to execute when the automation rule is triggered. -
Uses of AutomationRuleAction in com.azure.resourcemanager.securityinsights.models
Modifier and TypeClassDescriptionfinal class
Describes an automation rule action to modify an object's properties.final class
Describes an automation rule action to run a playbook.Modifier and TypeMethodDescriptionAutomationRuleAction.withOrder
(int order) Set the order property: The order property.Modifier and TypeMethodDescriptionAutomationRule.actions()
Gets the actions property: The actions to execute when the automation rule is triggered.Modifier and TypeMethodDescriptionAutomationRule.DefinitionStages.WithActions.withActions
(List<AutomationRuleAction> actions) Specifies the actions property: The actions to execute when the automation rule is triggered..AutomationRule.UpdateStages.WithActions.withActions
(List<AutomationRuleAction> actions) Specifies the actions property: The actions to execute when the automation rule is triggered..