次の方法で共有


RecoveryServicesBackupClientExtensions.BeginMoveRecoveryPointAsync メソッド

定義

あるデータストアから別のストアに復旧ポイントを移動します。

public static System.Threading.Tasks.Task BeginMoveRecoveryPointAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryServicesBackupClient operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, string recoveryPointId, Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginMoveRecoveryPointAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryServicesBackupClient * string * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginMoveRecoveryPointAsync (operations As IRecoveryServicesBackupClient, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, recoveryPointId As String, parameters As MoveRPAcrossTiersRequest, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IRecoveryServicesBackupClient

この拡張メソッドの操作グループ。

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName
String
containerName
String
protectedItemName
String
recoveryPointId
String
parameters
MoveRPAcrossTiersRequest

階層間でのリソースの移動要求

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象