通过


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

StepOutput interface

更新安装说明步骤。

属性

description

步骤说明。

files

在执行过程中要传递给处理程序的文件名的集合。 如果步骤类型为内联,则为必需。

handler

将执行此步骤的处理程序的标识。 如果步骤类型为内联,则为必需。

handlerProperties

在执行过程中要传递给处理程序的参数。

type

步骤类型。

updateId

引用的子更新标识。 如果引用步骤类型,则为必需。

属性详细信息

description

步骤说明。

description?: string

属性值

string

files

在执行过程中要传递给处理程序的文件名的集合。 如果步骤类型为内联,则为必需。

files?: string[]

属性值

string[]

handler

将执行此步骤的处理程序的标识。 如果步骤类型为内联,则为必需。

handler?: string

属性值

string

handlerProperties

在执行过程中要传递给处理程序的参数。

handlerProperties?: Record<string, unknown>

属性值

Record<string, unknown>

type

步骤类型。

type?: "Inline" | "Reference"

属性值

"Inline" | "Reference"

updateId

引用的子更新标识。 如果引用步骤类型,则为必需。

updateId?: UpdateIdOutput

属性值