Class EncryptionAtRestType


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

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

      • EncryptionAtRestType

        public EncryptionAtRestType()
    • Method Detail

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