BicepTemplateFile Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a bicep template file.
public readonly struct BicepTemplateFile : IDisposable
type BicepTemplateFile = struct
interface IDisposable
Public Structure BicepTemplateFile
Implements IDisposable
- Inheritance
-
BicepTemplateFile
- Implements
Constructors
BicepTemplateFile(String, Boolean) |
Represents a bicep template file. |
Properties
Path |
The path to the bicep file. |
Methods
Dispose() |
Releases the resources used by the current instance of BicepTemplateFile. |