Class EncryptionAtRestType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionAtRestType>
com.azure.resourcemanager.recoveryservicesbackup.models.EncryptionAtRestType

public final class EncryptionAtRestType extends com.azure.core.util.ExpandableStringEnum<EncryptionAtRestType>
Encryption At Rest Type.
  • Field Details

    • INVALID

      public static final EncryptionAtRestType INVALID
      Static value Invalid for EncryptionAtRestType.
    • MICROSOFT_MANAGED

      public static final EncryptionAtRestType MICROSOFT_MANAGED
      Static value MicrosoftManaged for EncryptionAtRestType.
    • CUSTOMER_MANAGED

      public static final EncryptionAtRestType CUSTOMER_MANAGED
      Static value CustomerManaged for EncryptionAtRestType.
  • Constructor Details

    • EncryptionAtRestType

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

    • fromString

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

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