DeploymentStacksCreateCmdletBase.TemplateFile 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="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterFile", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterUri", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterObject", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(HelpMessage="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithNoParameters", ValueFromPipelineByPropertyName=true)]
public string TemplateFile { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterFile", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterUri", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithParameterObject", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(HelpMessage="TemplateFile to be used to create the stack.", Mandatory=true, ParameterSetName="ByTemplateFileWithNoParameters", ValueFromPipelineByPropertyName=true)>]
member this.TemplateFile : string with get, set
Public Property TemplateFile As String
Property Value
- Attributes