Sdílet prostřednictvím


AzureSqlServerKeyVaultKeyAdapter.Delete(String, String, String) Method

Definition

Deletes a Server Key Vault Key

public void Delete (string resourceGroupName, string serverName, string keyId);
member this.Delete : string * string * string -> unit
Public Sub Delete (resourceGroupName As String, serverName As String, keyId As String)

Parameters

resourceGroupName
String

Name of resource group

serverName
String

Name of SQL server

keyId
String

KeyId of the Server Key Vault Key

Applies to