IServerKeyOperations.GetDeleteOperationStatusAsync Method

Definition

Gets the status of an Azure SQL Server Key delete operation.

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

Parameters

operationStatusLink
String

Location value returned by the Begin operation

cancellationToken
CancellationToken

Cancellation token.

Returns

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

Applies to