AutomationRuleAction Class

Describes an automation rule action.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AutomationRuleModifyPropertiesAction, AutomationRuleRunPlaybookAction.

All required parameters must be populated in order to send to Azure.

Inheritance
AutomationRuleAction

Constructor

AutomationRuleAction(*, order: int, **kwargs)

Variables

order
int

Required.

action_type
str or ActionType

Required. The type of the automation rule action.Constant filled by server. Possible values include: "ModifyProperties", "RunPlaybook".