Class StorageType


  • public final class StorageType
    extends com.azure.core.util.ExpandableStringEnum<StorageType>
    Defines values for StorageType.
    • Field Detail

      • 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 Detail

      • StorageType

        public StorageType()
    • Method Detail

      • 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.