共用方式為


AutomationRuleRunPlaybookAction Class

Describes an automation rule action to run a playbook.

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

Inheritance
azure.mgmt.securityinsight.models._models_py3.AutomationRuleAction
AutomationRuleRunPlaybookAction

Constructor

AutomationRuleRunPlaybookAction(*, order: int, action_configuration: _models.PlaybookActionProperties | None = None, **kwargs)

Keyword-Only Parameters

Name Description
order
int

Required.

action_configuration

Variables

Name Description
order
int

Required.

action_type

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

action_configuration