Interface SqlServerKeyOperations.DefinitionStages.WithServerKeyType
-
- All Known Subinterfaces:
SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
public static interface SqlServerKeyOperations.DefinitionStages.WithServerKeyTypeThe SQL Server Key definition to set the server key type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKeyOperations.DefinitionStages.WithCreatewithAzureKeyVaultKey(String uri)Sets the server key type as "AzureKeyVault" and the URI to the key.
-
-
-
Method Detail
-
withAzureKeyVaultKey
SqlServerKeyOperations.DefinitionStages.WithCreate withAzureKeyVaultKey(String uri)
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.
-
-