Share via


DeploymentStacksCreateCmdletBase.TemplateParameterFile Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterFile", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateUriWithParameterFile", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterFile", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByParameterFileWithNoTemplate", ValueFromPipelineByPropertyName=true)]
public string TemplateParameterFile { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterFile", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateUriWithParameterFile", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterFile", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByParameterFileWithNoTemplate", ValueFromPipelineByPropertyName=true)>]
member this.TemplateParameterFile : string with get, set
Public Property TemplateParameterFile As String

Property Value

Attributes

Applies to