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
|
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
|
The formatted export content. Used if outputFormat is set to 'Bicep'. |
|
error
|
The template export error. |