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

ContainerConfiguration.ContainerRegistries 属性

定义

获取或设置可从中提取容器的其他专用注册表。

public System.Collections.Generic.IList<Microsoft.Azure.Batch.ContainerRegistry> ContainerRegistries { get; set; }
member this.ContainerRegistries : System.Collections.Generic.IList<Microsoft.Azure.Batch.ContainerRegistry> with get, set
Public Property ContainerRegistries As IList(Of ContainerRegistry)

属性值

注解

如果必须从需要凭据的专用注册表下载任何映像,则必须在此处提供这些凭据。

适用于