ExportTemplateRequest Class  
Export resource group template request parameters.
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 '*'. Default value: None 
			 | 
| 
		 options 
	 | 
	
		
		 The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'. Default value: None 
			 | 
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'.  |