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