DeploymentStacksCreateCmdletBase.TemplateParameterUri Property
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.
[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