Share via


ResourceGroupExportResult interface

Resource group export result.

Properties

error

The template export error.

output

The formatted export content. Used if outputFormat is set to 'Bicep'.

template

The template content. Used if outputFormat is empty or set to 'Json'.

Property Details

error

The template export error.

error?: ErrorResponse

Property Value

output

The formatted export content. Used if outputFormat is set to 'Bicep'.

output?: string

Property Value

string

template

The template content. Used if outputFormat is empty or set to 'Json'.

template?: Record<string, unknown>

Property Value

Record<string, unknown>