BicepTemplateFile(String, Boolean) Constructor

Definition

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.

Applies to