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

ExportTemplateRequest Class

Export resource group template request parameters.

Constructor

ExportTemplateRequest(*args: Any, **kwargs: Any)

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
str

The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'.

output_format

The output format for the exported resources. Known values are: "Json" and "Bicep".

Attributes

options

The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'.

options: str | None

output_format

"Json" and "Bicep".

output_format: str | _models.ExportTemplateOutputFormat | None

resources

The IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'.

resources: list[str] | None