Skip to content
Docs Try Aspire

BicepTemplateFile Constructors

Struct Constructors 1 member
Represents a bicep template file.
Represents a bicep template file.
public struct BicepTemplateFile
{
public BicepTemplateFile(
string path,
bool deleteFileOnDispose)
{
// ...
}
}
path string The path to the bicep file.
deleteFileOnDispose bool Determines if the file should be deleted on disposal.