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

ImageTemplateCustomizer interface

描述映像自定义的单元

属性

name

用于提供此自定义步骤的上下文的友好名称

type

多态鉴别器,它指定此对象可以的不同类型的

属性详细信息

name

用于提供此自定义步骤的上下文的友好名称

name?: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "Shell" | "WindowsRestart" | "WindowsUpdate" | "PowerShell" | "File"

属性值

"Shell" | "WindowsRestart" | "WindowsUpdate" | "PowerShell" | "File"