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