Class StorageAccountTypes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageAccountTypes>
com.azure.resourcemanager.compute.models.StorageAccountTypes

public final class StorageAccountTypes extends com.azure.core.util.ExpandableStringEnum<StorageAccountTypes>
Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. NOTE: UltraSSD_LRS can only be used with data disks. It cannot be used with OS Disk. Standard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS uses Premium SSD. UltraSSD_LRS uses Ultra disk. Premium_ZRS uses Premium SSD zone redundant storage. StandardSSD_ZRS uses Standard SSD zone redundant storage. For more information regarding disks supported for Windows Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/linux/disks-types.
  • Field Details

    • STANDARD_LRS

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

      public static final StorageAccountTypes PREMIUM_LRS
      Static value Premium_LRS for StorageAccountTypes.
    • STANDARD_SSD_LRS

      public static final StorageAccountTypes STANDARD_SSD_LRS
      Static value StandardSSD_LRS for StorageAccountTypes.
    • ULTRA_SSD_LRS

      public static final StorageAccountTypes ULTRA_SSD_LRS
      Static value UltraSSD_LRS for StorageAccountTypes.
    • PREMIUM_ZRS

      public static final StorageAccountTypes PREMIUM_ZRS
      Static value Premium_ZRS for StorageAccountTypes.
    • STANDARD_SSD_ZRS

      public static final StorageAccountTypes STANDARD_SSD_ZRS
      Static value StandardSSD_ZRS for StorageAccountTypes.
    • PREMIUM_V2_LRS

      public static final StorageAccountTypes PREMIUM_V2_LRS
      Static value PremiumV2_LRS for StorageAccountTypes.
  • Constructor Details

    • StorageAccountTypes

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

    • fromString

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

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