Delen via


IBuildContext.ContextUri Property

Definition

[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. https://docs.docker.com/engine/reference/commandline/build/#extended-description

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n        <seealso href="https://docs.docker.com/engine/reference/commandline/build/#extended-description" />", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="contextUri")]
public string ContextUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n        <seealso href="https://docs.docker.com/engine/reference/commandline/build/#extended-description" />", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="contextUri")>]
member this.ContextUri : string with get, set
Public Property ContextUri As String

Property Value

Attributes

Applies to