SqlServerKeyOperations.DefinitionStages.WithServerKeyType Interface

public static interface SqlServerKeyOperations.DefinitionStages.WithServerKeyType

The SQL Server Key definition to set the server key type.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAzureKeyVaultKey(String uri)

Sets the server key type as "AzureKeyVault" and the URI to the key.

Method Details

withAzureKeyVaultKey

public abstract SqlServerKeyOperations.DefinitionStages.WithCreate withAzureKeyVaultKey(String uri)

Sets the server key type as "AzureKeyVault" and the URI to the key.

Parameters:

uri - the URI of the server key

Returns:

The next stage of the definition.

Applies to