IServerKeyOperations.BeginDeleteAsync Method

Definition

Begins deleting an existing Azure SQL Server Key.To determine the status of the operation call GetDeleteOperationStatus.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse> BeginDeleteAsync (string resourceGroupName, string serverName, string keyName, System.Threading.CancellationToken cancellationToken);
abstract member BeginDeleteAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse>
Public Function BeginDeleteAsync (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.

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to