Interface EncryptionProtector.UpdateStages.WithServerKeyType

All Known Subinterfaces:
EncryptionProtector.Update
Enclosing interface:
EncryptionProtector.UpdateStages

public static interface EncryptionProtector.UpdateStages.WithServerKeyType
The stage of the EncryptionProtector update allowing to specify serverKeyType.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'..
  • Method Details

    • withServerKeyType

      EncryptionProtector.Update withServerKeyType(ServerKeyType serverKeyType)
      Specifies the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'..
      Parameters:
      serverKeyType - The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
      Returns:
      the next definition stage.