SqlServerKeyOperations.DefinitionStages.WithThumbprint Interface
public interface WithThumbprint
The SQL Server Key definition to set the thumbprint.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlServerKeyOperations.DefinitionStages.WithCreate |
withThumbprint(String thumbprint)
Sets the thumbprint of the server key. |
Method Details
withThumbprint
public 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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java