IBuildContext Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BuildContextTypeConverter))]
public interface IBuildContext : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BuildContextTypeConverter))>]
type IBuildContext = interface
interface IJsonSerializable
Public Interface IBuildContext
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ContextUri |
[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 |
DockerfilePath |
Path to the Dockerfile in the build context. https://docs.docker.com/engine/reference/builder/ |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |