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

ContainerConfiguration.ContainerImageNames 属性

定义

获取或设置容器映像的集合。

public System.Collections.Generic.IList<string> ContainerImageNames { get; set; }
member this.ContainerImageNames : System.Collections.Generic.IList<string> with get, set
Public Property ContainerImageNames As IList(Of String)

属性值

注解

这是完整的映像引用,将指定为“docker 拉取”。 映像将从默认 Docker 注册表中获取,除非映像使用备用注册表完全限定。

适用于