ExportTemplateRequest interface
Export resource group template request parameters.
Properties
options | The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization' |
resources | The IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'. |
Property Details
options
The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'
options?: string
Property Value
string
resources
The IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'.
resources?: string[]
Property Value
string[]