ExportTemplateRequest Constructors
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.
Overloads
ExportTemplateRequest() |
Initializes a new instance of the ExportTemplateRequest class. |
ExportTemplateRequest(IList<String>, String) |
Initializes a new instance of the ExportTemplateRequest class. |
ExportTemplateRequest()
Initializes a new instance of the ExportTemplateRequest class.
public ExportTemplateRequest ();
Public Sub New ()
Applies to
ExportTemplateRequest(IList<String>, String)
Initializes a new instance of the ExportTemplateRequest class.
public ExportTemplateRequest (System.Collections.Generic.IList<string> resources = default, string options = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExportTemplateRequest : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.ExportTemplateRequest
Public Sub New (Optional resources As IList(Of String) = Nothing, Optional options As String = Nothing)
Parameters
The IDs of the resources to filter the export by. To export all resources, supply an array with single entry '*'.
- options
- String
The export template options. A CSV-formatted list containing zero or more of the following: 'IncludeParameterDefaultValue', 'IncludeComments', 'SkipResourceNameParameterization', 'SkipAllParameterization'