FailoverGroupOperationsExtensions.GetFailoverGroupOperationStatusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status of an Azure Sql Database Failover Group create or update operation.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupCreateOrUpdateResponse> GetFailoverGroupOperationStatusAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IFailoverGroupOperations operations, string operationStatusLink);
static member GetFailoverGroupOperationStatusAsync : Microsoft.Azure.Management.Sql.LegacySdk.IFailoverGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroupCreateOrUpdateResponse>
<Extension()>
Public Function GetFailoverGroupOperationStatusAsync (operations As IFailoverGroupOperations, operationStatusLink As String) As Task(Of FailoverGroupCreateOrUpdateResponse)
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 operation.