Поделиться через


SqlManagementClientExtensions.GetFailoverGroupForceFailoverAllowDataLossOperationStatusAsync Method

Definition

Gets the status of an Azure Sql Database Failover Group Force Failover operation.

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

Parameters

operations
ISqlManagementClient

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql Database Failover Group operation.

Applies to