AutomationAction Class

The action that should be triggered.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AutomationActionEventHub, AutomationActionLogicApp, AutomationActionWorkspace.

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

Inheritance
AutomationAction

Constructor

AutomationAction(**kwargs)

Parameters

action_type
str or ActionType
Required

Required. The type of the action that will be triggered by the Automation.Constant filled by server. Possible values include: "LogicApp", "EventHub", "Workspace".