Class ServerKeyType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerKeyType>
com.azure.resourcemanager.synapse.models.ServerKeyType

public final class ServerKeyType extends com.azure.core.util.ExpandableStringEnum<ServerKeyType>
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
  • 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

      @Deprecated public ServerKeyType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ServerKeyType value.
  • 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()
      Gets known ServerKeyType values.
      Returns:
      known ServerKeyType values.