Partager via


DataReplicationRecoveryPointCollection.GetIfExistsAsync Méthode

Définition

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
  • IdRecoveryPoints_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationRecoveryPointResource>> GetIfExistsAsync (string recoveryPointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationRecoveryPointResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationRecoveryPointResource>>
Public Overridable Function GetIfExistsAsync (recoveryPointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of DataReplicationRecoveryPointResource))

Paramètres

recoveryPointName
String

Nom du point de récupération.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

recoveryPointName est une chaîne vide et devait être non vide.

recoveryPointName a la valeur null.

S’applique à