ICustomService.Docker Property

Definition

Describes the docker settings for the image

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Describes the docker settings for the image", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IDocker) }, Read=true, ReadOnly=false, Required=false, SerializedName="docker", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IDocker Docker { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Describes the docker settings for the image", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IDocker) }, Read=true, ReadOnly=false, Required=false, SerializedName="docker", Update=true)>]
member this.Docker : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IDocker with get, set
Public Property Docker As IDocker

Property Value

Attributes

Applies to