Class AccountEncryptionKeyType


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

      • SYSTEM_KEY

        public static final AccountEncryptionKeyType SYSTEM_KEY
        Static value SystemKey for AccountEncryptionKeyType.
      • CUSTOMER_KEY

        public static final AccountEncryptionKeyType CUSTOMER_KEY
        Static value CustomerKey for AccountEncryptionKeyType.
    • Constructor Detail

      • AccountEncryptionKeyType

        public AccountEncryptionKeyType()
    • Method Detail

      • fromString

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