Skip to content
DocsTry Aspire
DocsTry

BicepTemplateFile Constructors

StructConstructors1 member
Represents a bicep template file.
Represents a bicep template file.
public struct BicepTemplateFile
{
public BicepTemplateFile(
string path,
bool deleteFileOnDispose)
{
// ...
}
}
pathstringThe path to the bicep file.
deleteFileOnDisposeboolDetermines if the file should be deleted on disposal.