TemplateSpecPackagingEngine Class
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.
An engine that can be used to pack or unpack templates and artifacts for Template Spec use.
public static class TemplateSpecPackagingEngine
type TemplateSpecPackagingEngine = class
Public Class TemplateSpecPackagingEngine
- Inheritance
-
TemplateSpecPackagingEngine
Methods
Pack(String) |
Packs the specified template and its referenced artifacts for use in a Template Spec. |
PackBicep(String, Action<String>, Action<String>) | |
Unpack(PackagedTemplate, String, String, String) |
Unpacks the specified packaged template to the local filesystem. |