你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerConfiguration interface
The configuration for container-enabled pools.
Properties
container |
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. |
container |
If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here. |
type | The container technology to be used. |
Property Details
containerImageNames
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.
containerImageNames?: string[]
Property Value
string[]
containerRegistries
If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
containerRegistries?: ContainerRegistry[]
Property Value
type
The container technology to be used.
type: string
Property Value
string