IServerKeyOperations.DeleteAsync Method

Definition

Deletes an existing Azure SQL Server Key.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse> DeleteAsync (string resourceGroupName, string serverName, string keyName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse>
Public Function DeleteAsync (resourceGroupName As String, serverName As String, keyName As String, cancellationToken As CancellationToken) As Task(Of ServerKeyDeleteResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the server belongs.

serverName
String

The name of the Azure SQL Server to which the Azure SQL Server Key belongs

keyName
String

The name of the Azure SQL Server Key to be deleted.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to an Azure Sql Server Key Delete request.

Applies to