JobStepAction Class

The action to be executed by a job step.

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

Inheritance
JobStepAction

Constructor

JobStepAction(*, value: str, type: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.JobStepActionType]] = 'TSql', source: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.JobStepActionSource]] = 'Inline', **kwargs)

Parameters

type
str or JobStepActionType
Required

Type of action being executed by the job step. Possible values include: "TSql". Default value: "TSql".

source
str or JobStepActionSource
Required

The source of the action to execute. Possible values include: "Inline". Default value: "Inline".

value
str
Required

Required. The action value, for example the text of the T-SQL script to execute.