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

ContainerConfiguration.ContainerRegistries Property

Definition

Additional private registries from which containers can be pulled. If any Images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.

public System.Collections.Generic.IList<Azure.Compute.Batch.ContainerRegistryReference> ContainerRegistries { get; }
member this.ContainerRegistries : System.Collections.Generic.IList<Azure.Compute.Batch.ContainerRegistryReference>
Public ReadOnly Property ContainerRegistries As IList(Of ContainerRegistryReference)

Property Value

Applies to