Share via


DeploymentCmdletBase.TemplateFile Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Local path to the template file. Supported template file type: json and bicep.", Mandatory=true, ParameterSetName="ByTemplateFileAndParameterObject", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByTemplateFileAndParameterFile", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByTemplateFileAndParameterUri", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByTemplateFileWithNoParameters", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string TemplateFile { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Local path to the template file. Supported template file type: json and bicep.", Mandatory=true, ParameterSetName="ByTemplateFileAndParameterObject", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByTemplateFileAndParameterFile", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByTemplateFileAndParameterUri", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ByTemplateFileWithNoParameters", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TemplateFile : string with get, set
Public Property TemplateFile As String

Property Value

Attributes

Applies to