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

ImageTemplateUpdateParameters interface

用于更新映像模板的参数。

属性

identity

映像模板的标识(如果已配置)。

properties

用于更新映像模板的参数。

tags

与映像模板关联的用户指定的标记。

属性详细信息

identity

映像模板的标识(如果已配置)。

identity?: ImageTemplateIdentity

属性值

properties

用于更新映像模板的参数。

properties?: ImageTemplateUpdateParametersProperties

属性值

tags

与映像模板关联的用户指定的标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}