你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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'.

Default value: None
output
str

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

Default value: None
error

The template export error.

Default value: None

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.