IWithServerKeyType.WithAzureKeyVaultKey(String) Method

Definition

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

public Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithCreate WithAzureKeyVaultKey (string uri);
abstract member WithAzureKeyVaultKey : string -> Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithCreate
Public Function WithAzureKeyVaultKey (uri As String) As IWithCreate

Parameters

uri
String

The URI of the server key.

Returns

Applies to