Interface SqlServerKey.UpdateStages.WithThumbprint
- All Known Subinterfaces:
SqlServerKey.Update
- Enclosing interface:
- SqlServerKey.UpdateStages
@Beta(V1_8_0)
public static interface SqlServerKey.UpdateStages.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.
-