DeploymentStacksCreateCmdletBase.TemplateSpecId 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="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