Share via


FailoverGroupOperationsExtensions.GetDeleteOperationStatus Method

Definition

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

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupDeleteResponse GetDeleteOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IFailoverGroupOperations operations, string operationStatusLink);
static member GetDeleteOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IFailoverGroupOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupDeleteResponse
<Extension()>
Public Function GetDeleteOperationStatus (operations As IFailoverGroupOperations, operationStatusLink As String) As 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