Share via


ContainerConfiguration Class

The configuration for container-enabled pools.

Constructor

ContainerConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
type

The container technology to be used. Required. Known values are: "DockerCompatible" and "CriCompatible".

container_image_names

The collection of container image names.

container_registries

Additional private registries from which containers can be pulled.

Attributes

container_image_names

The collection of container image names.

container_image_names: list[str] | None

container_registries

Additional private registries from which containers can be pulled.

container_registries: list['_models.ContainerRegistry'] | None

type

"DockerCompatible" and "CriCompatible".

type: str | _models.ContainerType