你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeploymentStacksTemplateLink interface
表示对模板的引用的实体。
属性
content |
如果包含,则必须匹配模板中的 ContentVersion。 |
id | 模板规格的 resourceId。使用 ID 或 uri 属性,但不能同时使用这两个属性。 |
query |
要与 templateLink URI 一起使用的查询字符串(例如 SAS 令牌)。 |
relative |
relativePath 属性可用于在相对于父级的位置部署链接模板。 如果父模板与 TemplateSpec 链接,则会引用 TemplateSpec 中的项目。 如果父级与 URI 链接,则子部署将是父级和 relativePath URI 的组合。 |
uri | 要部署的模板的 URI。 使用 URI 或 ID 属性,但不能同时使用这两个属性。 |
属性详细信息
contentVersion
如果包含,则必须匹配模板中的 ContentVersion。
contentVersion?: string
属性值
string
id
模板规格的 resourceId。使用 ID 或 uri 属性,但不能同时使用这两个属性。
id?: string
属性值
string
queryString
要与 templateLink URI 一起使用的查询字符串(例如 SAS 令牌)。
queryString?: string
属性值
string
relativePath
relativePath 属性可用于在相对于父级的位置部署链接模板。 如果父模板与 TemplateSpec 链接,则会引用 TemplateSpec 中的项目。 如果父级与 URI 链接,则子部署将是父级和 relativePath URI 的组合。
relativePath?: string
属性值
string
uri
要部署的模板的 URI。 使用 URI 或 ID 属性,但不能同时使用这两个属性。
uri?: string
属性值
string