TemplateSpecPackagingEngine.PackBicep 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.
public static Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PackagedTemplate PackBicep (string filePath, Action<string> writeVerbose, Action<string> writeWarning);
static member PackBicep : string * Action<string> * Action<string> -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PackagedTemplate
Public Shared Function PackBicep (filePath As String, writeVerbose As Action(Of String), writeWarning As Action(Of String)) As PackagedTemplate
Parameters
- filePath
- String