BatchVmContainerType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |