RecoveryServicesBackupClientExtensions.BeginMoveRecoveryPointAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déplacer le point de récupération d’un magasin de données vers un autre magasin.
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
Paramètres
- operations
- IRecoveryServicesBackupClient
Groupe d’opérations pour cette méthode d’extension.
- vaultName
- String
Nom du coffre Recovery Services.
- resourceGroupName
- String
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- fabricName
- String
- containerName
- String
- protectedItemName
- String
- recoveryPointId
- String
- parameters
- MoveRPAcrossTiersRequest
Demande de déplacement de ressource d’un niveau à l’autre
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET