ExportTemplateRequest Class
Export resource group template request parameters.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelExportTemplateRequest
Constructor
ExportTemplateRequest(*, resources: List[str] | None = None, options: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resources
|
The IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'. |
options
|
The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'. |
Variables
Name | Description |
---|---|
resources
|
The IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'. |
options
|
The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'. |
Azure SDK for Python