Class ExportTemplateRequest
java.lang.Object
com.microsoft.azure.management.resources.ExportTemplateRequest
Export resource group template request parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionoptions()
Get the export template options.Get the IDs of the resources to filter the export by.withOptions
(String options) Set the export template options.withResources
(List<String> resources) Set the IDs of the resources to filter the export by.
-
Constructor Details
-
ExportTemplateRequest
public ExportTemplateRequest()
-
-
Method Details
-
resources
Get the IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'.- Returns:
- the resources value
-
withResources
Set the IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'.- Parameters:
resources
- the resources value to set- Returns:
- the ExportTemplateRequest object itself.
-
options
Get the export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'.- Returns:
- the options value
-
withOptions
Set the export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'.- Parameters:
options
- the options value to set- Returns:
- the ExportTemplateRequest object itself.
-