java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageType>
com.azure.resourcemanager.appcontainers.models.StorageType

public final class StorageType extends com.azure.core.util.ExpandableStringEnum<StorageType>
Storage type for the volume. If not provided, use EmptyDir.
  • Field Details

    • AZURE_FILE

      public static final StorageType AZURE_FILE
      Static value AzureFile for StorageType.
    • EMPTY_DIR

      public static final StorageType EMPTY_DIR
      Static value EmptyDir for StorageType.
  • Constructor Details

    • StorageType

      public StorageType()
  • Method Details

    • fromString

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

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