ServerKeyOperationsExtensions.GetDeleteOperationStatusAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse> GetDeleteOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations operations, string operationStatusLink);
static member GetDeleteOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse>
<Extension()>
Public Function GetDeleteOperationStatusAsync (operations As IServerKeyOperations, operationStatusLink As String) As Task(Of ServerKeyDeleteResponse)

Parameters

operations
IServerKeyOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations.

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

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

Applies to