JobStepAction Class

The action to be executed by a job step.

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

Inheritance
msrest.serialization.Model
JobStepAction

Constructor

JobStepAction(*, value: str, type: str | JobStepActionType | None = 'TSql', source: str | JobStepActionSource | None = 'Inline', **kwargs)

Parameters

Name Description
type
Required

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

source
Required

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

value
Required
str

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

Keyword-Only Parameters

Name Description
value
Required
type
Default value: TSql
source
Default value: Inline