Interface SqlServerKeyOperations.DefinitionStages.WithThumbprint
- All Known Subinterfaces:
SqlServerKeyOperations.DefinitionStages.WithCreate
,SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
@Beta(V1_8_0)
public static interface SqlServerKeyOperations.DefinitionStages.WithThumbprint
The SQL Server Key definition to set the thumbprint.
-
Method Summary
Modifier and TypeMethodDescriptionwithThumbprint
(String thumbprint) Sets the thumbprint of the server key.
-
Method Details
-
withThumbprint
Sets the thumbprint of the server key.- Parameters:
thumbprint
- the thumbprint of the server key- Returns:
- The next stage of the definition.
-