你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobStep 类

作业步骤。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.sql.models._models_py3.ProxyResource
JobStep

构造函数

JobStep(*, step_id: int | None = None, target_group: str | None = None, credential: str | None = None, action: JobStepAction | None = None, output: JobStepOutput | None = None, execution_options: JobStepExecutionOptions | None = None, **kwargs)

参数

名称 说明
step_id
必需
int

作业步骤在作业中的索引。 如果在创建作业步骤时未指定,则会将其创建为最后一个步骤。 如果在更新作业步骤时未指定,则不会修改步骤 ID。

target_group
必需
str

将执行作业步骤的目标组的资源 ID。

credential
必需
str

将用于连接到目标的作业凭据的资源 ID。

action
必需

作业步骤的操作有效负载。

output
必需

作业步骤的输出目标属性。

execution_options
必需

作业步骤的执行选项。

仅限关键字的参数

名称 说明
step_id
必需
target_group
必需
credential
必需
action
必需
output
必需
execution_options
必需

变量

名称 说明
id
str

资源 ID。

name
str

资源名称。

type
str

资源类型。