TemplateSpecPackagingEngine.Pack(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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