IEnvironmentVersion.BuildContextUri 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.
[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