SqlServerKeyOperations.DefinitionStages.WithThumbprint Interface

public static interface SqlServerKeyOperations.DefinitionStages.WithThumbprint

The SQL Server Key definition to set the thumbprint.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withThumbprint(String thumbprint)

Sets the thumbprint of the server key.

Method Details

withThumbprint

public abstract 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