你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICustomService.Docker Property

Definition

Describes the docker settings for the image

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

Property Value

Attributes

Applies to