你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecoveryServicesBackupClientExtensions 类

定义

RecoveryServicesBackupClient 的扩展方法。

public static class RecoveryServicesBackupClientExtensions
type RecoveryServicesBackupClientExtensions = class
Public Module RecoveryServicesBackupClientExtensions
继承
RecoveryServicesBackupClientExtensions

方法

BeginBMSPrepareDataMove(IRecoveryServicesBackupClient, String, String, PrepareDataMoveRequest)

为数据移动操作准备源保管库

BeginBMSPrepareDataMoveAsync(IRecoveryServicesBackupClient, String, String, PrepareDataMoveRequest, CancellationToken)

为数据移动操作准备源保管库

BeginBMSTriggerDataMove(IRecoveryServicesBackupClient, String, String, TriggerDataMoveRequest)

在目标保管库上触发数据移动操作

BeginBMSTriggerDataMoveAsync(IRecoveryServicesBackupClient, String, String, TriggerDataMoveRequest, CancellationToken)

在目标保管库上触发数据移动操作

BeginMoveRecoveryPoint(IRecoveryServicesBackupClient, String, String, String, String, String, String, MoveRPAcrossTiersRequest)

将恢复点从一个数据存储移动到另一个存储。

BeginMoveRecoveryPointAsync(IRecoveryServicesBackupClient, String, String, String, String, String, String, MoveRPAcrossTiersRequest, CancellationToken)

将恢复点从一个数据存储移动到另一个存储。

BMSPrepareDataMove(IRecoveryServicesBackupClient, String, String, PrepareDataMoveRequest)

为数据移动操作准备源保管库

BMSPrepareDataMoveAsync(IRecoveryServicesBackupClient, String, String, PrepareDataMoveRequest, CancellationToken)

为数据移动操作准备源保管库

BMSTriggerDataMove(IRecoveryServicesBackupClient, String, String, TriggerDataMoveRequest)

在目标保管库上触发数据移动操作

BMSTriggerDataMoveAsync(IRecoveryServicesBackupClient, String, String, TriggerDataMoveRequest, CancellationToken)

在目标保管库上触发数据移动操作

GetOperationStatus(IRecoveryServicesBackupClient, String, String, String)

提取保管库上数据移动操作的操作状态

GetOperationStatusAsync(IRecoveryServicesBackupClient, String, String, String, CancellationToken)

提取保管库上数据移动操作的操作状态

MoveRecoveryPoint(IRecoveryServicesBackupClient, String, String, String, String, String, String, MoveRPAcrossTiersRequest)

将恢复点从一个数据存储移动到另一个存储。

MoveRecoveryPointAsync(IRecoveryServicesBackupClient, String, String, String, String, String, String, MoveRPAcrossTiersRequest, CancellationToken)

将恢复点从一个数据存储移动到另一个存储。

适用于