Share via


RecoveryServicesBackupClientExtensions Class

Definition

Extension methods for RecoveryServicesBackupClient.

public static class RecoveryServicesBackupClientExtensions
type RecoveryServicesBackupClientExtensions = class
Public Module RecoveryServicesBackupClientExtensions
Inheritance
RecoveryServicesBackupClientExtensions

Methods

BeginBMSPrepareDataMove(IRecoveryServicesBackupClient, String, String, PrepareDataMoveRequest)

Prepares source vault for Data Move operation

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

Prepares source vault for Data Move operation

BeginBMSTriggerDataMove(IRecoveryServicesBackupClient, String, String, TriggerDataMoveRequest)

Triggers Data Move Operation on target vault

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

Triggers Data Move Operation on target vault

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

Move recovery point from one datastore to another store.

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

Move recovery point from one datastore to another store.

BMSPrepareDataMove(IRecoveryServicesBackupClient, String, String, PrepareDataMoveRequest)

Prepares source vault for Data Move operation

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

Prepares source vault for Data Move operation

BMSTriggerDataMove(IRecoveryServicesBackupClient, String, String, TriggerDataMoveRequest)

Triggers Data Move Operation on target vault

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

Triggers Data Move Operation on target vault

GetOperationStatus(IRecoveryServicesBackupClient, String, String, String)

Fetches operation status for data move operation on vault

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

Fetches operation status for data move operation on vault

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

Move recovery point from one datastore to another store.

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

Move recovery point from one datastore to another store.

Applies to