RecoveryServicesBackupClientExtensions.BeginMoveRecoveryPointAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
あるデータストアから別のストアに復旧ポイントを移動します。
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
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET