BicepTemplateFile Struct

Definition

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.

Applies to