Share via


BuildContext Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BuildContextTypeConverter))]
public class BuildContext : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IBuildContext
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BuildContextTypeConverter))>]
type BuildContext = class
    interface IBuildContext
    interface IJsonSerializable
Public Class BuildContext
Implements IBuildContext
Inheritance
BuildContext
Attributes
Implements

Constructors

BuildContext()

Properties

ContextUri
DockerfilePath

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to