共用方式為


ResourceGroupExportResult Class

Resource group export result.

Constructor

ResourceGroupExportResult(*, template: MutableMapping[str, Any] | None = None, output: str | None = None, error: _models.ErrorResponse | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
template

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

output
str

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

error

The template export error.

Variables

Name Description
template
<xref:JSON>

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

output
str

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

error

The template export error.