你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBuildContext.DockerfilePath Property

Definition

Path to the Dockerfile in the build context. https://docs.docker.com/engine/reference/builder/

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Path to the Dockerfile in the build context.\r\n        <seealso href="https://docs.docker.com/engine/reference/builder/" />", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dockerfilePath")]
public string DockerfilePath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Path to the Dockerfile in the build context.\r\n        <seealso href="https://docs.docker.com/engine/reference/builder/" />", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dockerfilePath")>]
member this.DockerfilePath : string with get, set
Public Property DockerfilePath As String

Property Value

Attributes

Applies to