Share via


DeploymentStacksCreateCmdletBase.TemplateParameterUri Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Location of the Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterUri", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Location of the Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateUriWithParameterUri", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Location of the Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterUri", ValueFromPipelineByPropertyName=true)]
public string TemplateParameterUri { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Location of the Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterUri", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Location of the Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateUriWithParameterUri", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Location of the Parameter file to use for the template.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterUri", ValueFromPipelineByPropertyName=true)>]
member this.TemplateParameterUri : string with get, set
Public Property TemplateParameterUri As String

Property Value

Attributes

Applies to