FailoverGroupOperationsExtensions.GetDeleteOperationStatusAsync Method

Definition

Gets the status of an Azure SQL Database Failover Group delete operation.

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

Parameters

operations
IFailoverGroupOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure SQL Database Failover Group delete operations.

Applies to