ContainerType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. batch. protocol. models. ContainerType
- com.
- com.
public final class ContainerType
extends com.microsoft.rest.ExpandableStringEnum<ContainerType>
Defines values for ContainerType.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Container |
CRI_COMPATIBLE
Static value cri |
static final
Container |
DOCKER_COMPATIBLE
Static value docker |
Constructor Summary
Constructor | Description | |
---|---|---|
ContainerType() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Container |
fromString(String name)
Creates or finds a Container |
static
Collection<Container |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CRI_COMPATIBLE
public static final ContainerType CRI_COMPATIBLE
Static value criCompatible for ContainerType.
DOCKER_COMPATIBLE
public static final ContainerType DOCKER_COMPATIBLE
Static value dockerCompatible for ContainerType.
Constructor Details
ContainerType
public ContainerType()
Method Details
fromString
public static ContainerType fromString(String name)
Creates or finds a ContainerType from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java