Class ServerKeyType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ServerKeyType>
com.microsoft.azure.management.sql.ServerKeyType

public final class ServerKeyType extends com.microsoft.rest.ExpandableStringEnum<ServerKeyType>
Defines values for ServerKeyType.
  • Field Details

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

    • ServerKeyType

      public ServerKeyType()
  • Method Details

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

      public static Collection<ServerKeyType> values()
      Returns:
      known ServerKeyType values