java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccountType>
com.azure.resourcemanager.databoxedge.models.AccountType

public final class AccountType extends com.azure.core.util.ExpandableStringEnum<AccountType>
Type of storage accessed on the storage account.
  • Field Details

    • GENERAL_PURPOSE_STORAGE

      public static final AccountType GENERAL_PURPOSE_STORAGE
      Static value GeneralPurposeStorage for AccountType.
    • BLOB_STORAGE

      public static final AccountType BLOB_STORAGE
      Static value BlobStorage for AccountType.
  • Constructor Details

    • AccountType

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

    • fromString

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

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