Interface SqlServerKeyOperations.DefinitionStages.WithServerKeyType
- All Known Subinterfaces:
SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
public static interface SqlServerKeyOperations.DefinitionStages.WithServerKeyType
The SQL Server Key definition to set the server key type.
-
Method Summary
Modifier and TypeMethodDescriptionSets the server key type as "AzureKeyVault" and the URI to the key.
-
Method Details
-
withAzureKeyVaultKey
Sets the server key type as "AzureKeyVault" and the URI to the key.- Parameters:
uri- the URI of the server key- Returns:
- The next stage of the definition.
-