Share via


IEnvironmentVersionProperties.BuildContextUri 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=false, SerializedName="contextUri")]
public string BuildContextUri { 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=false, SerializedName="contextUri")>]
member this.BuildContextUri : string with get, set
Public Property BuildContextUri As String

Property Value

Attributes

Applies to