共用方式為


LinkedTemplateArtifact interface

代表範本規格成品,其中包含內嵌的 Azure Resource Manager範本,以作為連結的範本使用。

屬性

path

成品的檔案系統安全相對路徑。

template

Azure Resource Manager範本。

屬性詳細資料

path

成品的檔案系統安全相對路徑。

path: string

屬性值

string

template

Azure Resource Manager範本。

template: Record<string, unknown>

屬性值

Record<string, unknown>