Interface SqlServerKey.UpdateStages.WithThumbprint
-
- All Known Subinterfaces:
SqlServerKey.Update
- Enclosing interface:
- SqlServerKey.UpdateStages
public static interface SqlServerKey.UpdateStages.WithThumbprintThe SQL Server Key definition to set the thumbprint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKey.UpdatewithThumbprint(String thumbprint)Sets the thumbprint of the server key.
-
-
-
Method Detail
-
withThumbprint
SqlServerKey.Update withThumbprint(String thumbprint)
Sets the thumbprint of the server key.- Parameters:
thumbprint- the thumbprint of the server key- Returns:
- The next stage of the definition.
-
-