ResourceGroupExportResult Class
Resource group export result.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelResourceGroupExportResult
Constructor
ResourceGroupExportResult(*, template: MutableMapping[str, Any] | None = None, error: _models.ResourceManagementErrorWithDetails | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
template
|
<xref:JSON>
The template content. |
error
|
The error. |
Variables
Name | Description |
---|---|
template
|
<xref:JSON>
The template content. |
error
|
The error. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python