ServerDisasterRecoveryConfigurationOperationsExtensions.GetServerDisasterRecoveryConfigurationOperationStatus 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 Server disaster recovery configuration create or update operation.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse GetServerDisasterRecoveryConfigurationOperationStatus (this Microsoft.Azure.Management.Sql.LegacySdk.IServerDisasterRecoveryConfigurationOperations operations, string operationStatusLink);
static member GetServerDisasterRecoveryConfigurationOperationStatus : Microsoft.Azure.Management.Sql.LegacySdk.IServerDisasterRecoveryConfigurationOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse
<Extension()>
Public Function GetServerDisasterRecoveryConfigurationOperationStatus (operations As IServerDisasterRecoveryConfigurationOperations, operationStatusLink As String) As ServerDisasterRecoveryConfigurationCreateOrUpdateResponse
Parameters
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.