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