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

BatchVmContainerConfiguration 类

定义

已启用容器的池的配置。

public class BatchVmContainerConfiguration
type BatchVmContainerConfiguration = class
Public Class BatchVmContainerConfiguration
继承
BatchVmContainerConfiguration

构造函数

BatchVmContainerConfiguration()

初始化 BatchVmContainerConfiguration 类的新实例。

BatchVmContainerConfiguration(BatchVmContainerType)

初始化 BatchVmContainerConfiguration 的新实例。

属性

ContainerImageNames

这是完整的映像引用,将指定给“docker pull”。 映像将源自默认的 Docker 注册表,除非该映像使用备用注册表完全限定。

ContainerRegistries

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

ContainerType

要使用的容器技术。

适用于