ExportTemplateRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Export resource group template request parameters.
public class ExportTemplateRequest
type ExportTemplateRequest = class
Public Class ExportTemplateRequest
- Inheritance
-
System.ObjectExportTemplateRequest
Constructors
| ExportTemplateRequest() |
Initializes a new instance of the ExportTemplateRequest class. |
| ExportTemplateRequest(IList<String>, String) |
Initializes a new instance of the ExportTemplateRequest class. |
Properties
| Options |
Gets or sets the export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization' |
| Resources |
Gets or sets the IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'. |