Class AccountEncryptionKeyType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccountEncryptionKeyType>
com.azure.resourcemanager.mediaservices.models.AccountEncryptionKeyType

public final class AccountEncryptionKeyType extends com.azure.core.util.ExpandableStringEnum<AccountEncryptionKeyType>
The type of key used to encrypt the Account Key.
  • Field Details

    • 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 Details

    • AccountEncryptionKeyType

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

    • 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.
    • values

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