DeploymentStacksCreateCmdletBase.TemplateSpecId Property

Definition

[System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterFile", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterUri", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterObject", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithNoParameters", ValueFromPipelineByPropertyName=true)]
public string TemplateSpecId { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterFile", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterUri", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithParameterObject", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="ResourceId of the TemplateSpec to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateSpecWithNoParameters", ValueFromPipelineByPropertyName=true)>]
member this.TemplateSpecId : string with get, set
Public Property TemplateSpecId As String

Property Value

Attributes

Applies to