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

InstallationTemplate interface

表示安装模板。

属性

body

安装模板的正文。

headers

要包含模板发送的标头。

tags

要包含模板的标记。

属性详细信息

body

安装模板的正文。

body: string

属性值

string

headers

要包含模板发送的标头。

headers: Record<string, string>

属性值

Record<string, string>

tags

要包含模板的标记。

tags?: string[]

属性值

string[]