Interface SqlServerKeyOperations.DefinitionStages.WithThumbprint
-
- All Known Subinterfaces:
SqlServerKeyOperations.DefinitionStages.WithCreate,SqlServerKeyOperations.SqlServerKeyOperationsDefinition
- Enclosing interface:
- SqlServerKeyOperations.DefinitionStages
public static interface SqlServerKeyOperations.DefinitionStages.WithThumbprintThe SQL Server Key definition to set the thumbprint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerKeyOperations.DefinitionStages.WithCreatewithThumbprint(String thumbprint)Sets the thumbprint of the server key.
-
-
-
Method Detail
-
withThumbprint
SqlServerKeyOperations.DefinitionStages.WithCreate 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.
-
-