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

TemplateSpecPackagingEngine.Pack(String) Method

Definition

Packs the specified template and its referenced artifacts for use in a Template Spec.

public static Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PackagedTemplate Pack(string rootTemplateFilePath);
static member Pack : string -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PackagedTemplate
Public Shared Function Pack (rootTemplateFilePath As String) As PackagedTemplate

Parameters

rootTemplateFilePath
String

The path to the ARM Template .json file to pack

Returns

Applies to