Class ServerKeyType


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

      • SERVICE_MANAGED

        public static final ServerKeyType SERVICE_MANAGED
        Static value ServiceManaged for ServerKeyType.
      • AZURE_KEY_VAULT

        public static final ServerKeyType AZURE_KEY_VAULT
        Static value AzureKeyVault for ServerKeyType.
    • Constructor Detail

      • ServerKeyType

        public ServerKeyType()
    • Method Detail

      • fromString

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