Class StorageType


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

      • INVALID

        public static final StorageType INVALID
        Static value Invalid for StorageType.
      • GEO_REDUNDANT

        public static final StorageType GEO_REDUNDANT
        Static value GeoRedundant for StorageType.
      • LOCALLY_REDUNDANT

        public static final StorageType LOCALLY_REDUNDANT
        Static value LocallyRedundant for StorageType.
      • ZONE_REDUNDANT

        public static final StorageType ZONE_REDUNDANT
        Static value ZoneRedundant for StorageType.
      • READ_ACCESS_GEO_ZONE_REDUNDANT

        public static final StorageType READ_ACCESS_GEO_ZONE_REDUNDANT
        Static value ReadAccessGeoZoneRedundant 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.