Share via


BatchVmContainerType Enum

Definition

The container technology to be used.

public enum BatchVmContainerType
type BatchVmContainerType = 
Public Enum BatchVmContainerType
Inheritance
BatchVmContainerType

Fields

Name Value Description
DockerCompatible 0

A Docker compatible container technology will be used to launch the containers.

CriCompatible 1

A CRI based technology will be used to launch the containers.

Applies to