Class StorageAccountType


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

      • STANDARD_LRS

        public static final StorageAccountType STANDARD_LRS
        Static value Standard_LRS for StorageAccountType.
      • PREMIUM_LRS

        public static final StorageAccountType PREMIUM_LRS
        Static value Premium_LRS for StorageAccountType.
    • Constructor Detail

      • StorageAccountType

        public StorageAccountType()
    • Method Detail

      • fromString

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

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