Class ContainerType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerType>
com.azure.resourcemanager.batch.models.ContainerType
The container technology to be used.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContainerTypeStatic value CriCompatible for ContainerType.static final ContainerTypeStatic value DockerCompatible for ContainerType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerTypefromString(String name) Creates or finds a ContainerType from its string representation.static Collection<ContainerType>values()Gets known ContainerType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DOCKER_COMPATIBLE
Static value DockerCompatible for ContainerType. -
CRI_COMPATIBLE
Static value CriCompatible for ContainerType.
-
-
Constructor Details
-
ContainerType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ContainerType value.
-
-
Method Details
-
fromString
Creates or finds a ContainerType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ContainerType.
-
values
Gets known ContainerType values.- Returns:
- known ContainerType values.
-
fromString(String)factory method.