Class ContainerType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerType>
com.azure.resourcemanager.batch.models.ContainerType

public final class ContainerType extends com.azure.core.util.ExpandableStringEnum<ContainerType>
The container technology to be used.
  • Field Details

    • DOCKER_COMPATIBLE

      public static final ContainerType DOCKER_COMPATIBLE
      Static value DockerCompatible for ContainerType.
    • CRI_COMPATIBLE

      public static final ContainerType CRI_COMPATIBLE
      Static value CriCompatible for ContainerType.
  • Constructor Details

    • ContainerType

      @Deprecated public ContainerType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ContainerType value.
  • Method Details

    • fromString

      public static ContainerType fromString(String name)
      Creates or finds a ContainerType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ContainerType.
    • values

      public static Collection<ContainerType> values()
      Gets known ContainerType values.
      Returns:
      known ContainerType values.