ServerDisasterRecoveryConfigurationOperationsExtensions.GetServerDisasterRecoveryConfigurationOperationStatusAsync Method

Definition

Gets the status of an Azure Sql Server disaster recovery configuration create or update operation.

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

Parameters

operations
IServerDisasterRecoveryConfigurationOperations

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

operationStatusLink
String

Required. Location value returned by the Begin operation

Returns

Response for long running Azure Sql server disaster recovery configuration operation.

Applies to