共用方式為


DeploymentStacksTemplateLink interface

表示範本參考的實體。

屬性

contentVersion

如果包含,則必須符合範本中的 ContentVersion。

id

範本規格的 resourceId。請使用識別碼或 uri 屬性,但不能同時使用兩者。

queryString

要與 templateLink URI 搭配使用的查詢字串(例如 SAS 令牌)。

relativePath

relativePath 屬性可用來在相對於父代的位置部署連結的範本。 如果父範本與 TemplateSpec 連結,這會參考 TemplateSpec 中的成品。 如果父系與 URI 連結,子部署將會是父系和 relativePath URI 的組合。

uri

要部署之範本的 URI。 使用 uri 或 id 屬性,但不能同時使用兩者。

屬性詳細資料

如果包含,則必須符合範本中的 ContentVersion。

contentVersion?: string

屬性值

string

範本規格的 resourceId。請使用識別碼或 uri 屬性,但不能同時使用兩者。

id?: string

屬性值

string

要與 templateLink URI 搭配使用的查詢字串(例如 SAS 令牌)。

queryString?: string

屬性值

string

relativePath 屬性可用來在相對於父代的位置部署連結的範本。 如果父範本與 TemplateSpec 連結,這會參考 TemplateSpec 中的成品。 如果父系與 URI 連結,子部署將會是父系和 relativePath URI 的組合。

relativePath?: string

屬性值

string

要部署之範本的 URI。 使用 uri 或 id 屬性,但不能同時使用兩者。

uri?: string

屬性值

string