DeploymentCmdletBase.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="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceIdAndParamsUri", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceIdAndParams", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceIdAndParamsObject", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string TemplateSpecId { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceIdAndParamsUri", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceIdAndParams", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="Resource ID of the templateSpec to be deployed.", Mandatory=true, ParameterSetName="ByTemplateSpecResourceIdAndParamsObject", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TemplateSpecId : string with get, set
Public Property TemplateSpecId As String
Property Value
- Attributes