Share via


SiteRecoveryReplicationProtectionClusterResource.GetSiteRecoveryClusterRecoveryPoint 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 Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource> GetSiteRecoveryClusterRecoveryPoint(string recoveryPointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteRecoveryClusterRecoveryPoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource>
override this.GetSiteRecoveryClusterRecoveryPoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryClusterRecoveryPointResource>
Public Overridable Function GetSiteRecoveryClusterRecoveryPoint (recoveryPointName As String, Optional cancellationToken As CancellationToken = Nothing) As 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