BicepTemplateFile(String, Boolean) Constructor
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.
Represents a bicep template file.
public BicepTemplateFile (string path, bool deleteFileOnDispose);
new Aspire.Hosting.Azure.BicepTemplateFile : string * bool -> Aspire.Hosting.Azure.BicepTemplateFile
Public Sub New (path As String, deleteFileOnDispose As Boolean)
Parameters
- path
- String
The path to the bicep file.
- deleteFileOnDispose
- Boolean
Determines if the file should be deleted on disposal.