BackupRecoveryPointCollection.GetAsync(String, CancellationToken) 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.
Fournit les informations sur les données sauvegardées identifiées à l’aide de RecoveryPointID. S'agissant d'une opération asynchrone, Pour connaître les status de l’opération, appelez l’API GetProtectedItemOperationResult.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointId}
- IdRecoveryPoints_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupRecoveryPointResource>> GetAsync (string recoveryPointId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupRecoveryPointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.BackupRecoveryPointResource>>
Public Overridable Function GetAsync (recoveryPointId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BackupRecoveryPointResource))
Paramètres
- recoveryPointId
- String
RecoveryPointID représente les données sauvegardées à extraire.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
recoveryPointId
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
recoveryPointId
a la valeur null.
S’applique à
Azure SDK for .NET