Class ContainerHostDataPath

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerHostDataPath>
com.azure.compute.batch.models.ContainerHostDataPath
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ContainerHostDataPath extends com.azure.core.util.ExpandableStringEnum<ContainerHostDataPath>
The paths which will be mounted to container task's container.
  • Field Details

  • Constructor Details

    • ContainerHostDataPath

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

    • fromString

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

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