BicepTemplateFile Constructors
Struct Constructors 1 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
path string The path to the bicep file. deleteFileOnDispose bool Determines if the file should be deleted on disposal.