Share via


SiteRecoveryReplicationProtectionClusterResource.GetSiteRecoveryClusterRecoveryPointAsync Method

Definition

Get the details of specified recovery point.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/recoveryPoints/{recoveryPointName}
  • Operation Id: ClusterRecoveryPoint_Get
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryClusterRecoveryPointResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource>> GetSiteRecoveryClusterRecoveryPointAsync(string recoveryPointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteRecoveryClusterRecoveryPointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource>>
override this.GetSiteRecoveryClusterRecoveryPointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource>>
Public Overridable Function GetSiteRecoveryClusterRecoveryPointAsync (recoveryPointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteRecoveryClusterRecoveryPointResource))

Parameters

recoveryPointName
String

The recovery point name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

recoveryPointName is null.

recoveryPointName is an empty string, and was expected to be non-empty.

Applies to