共用方式為


DeploymentStackTemplateDefinition interface

匯出部署堆疊的範本特定屬性。

屬性

template

範本內容。 使用此元素直接在要求中傳遞範本語法,而不是連結至現有的範本。 它可以是 JObject 或格式正確的 JSON 字串。 使用templateLink屬性或範本屬性,但不能同時使用兩者。

templateLink

範本的 URI。 使用templateLink屬性或範本屬性,但不能同時使用兩者。

屬性詳細資料

template

範本內容。 使用此元素直接在要求中傳遞範本語法,而不是連結至現有的範本。 它可以是 JObject 或格式正確的 JSON 字串。 使用templateLink屬性或範本屬性,但不能同時使用兩者。

template?: Record<string, unknown>

屬性值

Record<string, unknown>

範本的 URI。 使用templateLink屬性或範本屬性,但不能同時使用兩者。

templateLink?: DeploymentStacksTemplateLink

屬性值