Share via


SiteRecoveryPointCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

recoveryPointName
String

The recovery point name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

recoveryPointName is null.

Applies to