ResourceGroupExportResult Class
Resource group export result.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelResourceGroupExportResult
Constructor
ResourceGroupExportResult(*, template: MutableMapping[str, Any] | None = None, error: _models.ErrorResponse | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
template
|
<xref:JSON>
The template content. |
error
|
The template export error. |
Variables
Name | Description |
---|---|
template
|
<xref:JSON>
The template content. |
error
|
The template export error. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python