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

ContainerConfiguration.ContainerImageNames Property

Definition

The collection of container Image names. This is the full Image reference, as would be specified to "docker pull". An Image will be sourced from the default Docker registry unless the Image is fully qualified with an alternative registry.

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

Property Value

Applies to