Share via


FileDefinition interface

The definition of a file along with its contents

Properties

contents

The contents of the Bicep file.

path

The file path of the Bicep file.

Property Details

contents

The contents of the Bicep file.

contents?: string

Property Value

string

path

The file path of the Bicep file.

path?: string

Property Value

string