Share via


SiteRecoveryReplicationProtectionClusterResource.ApplyRecoveryPointAsync Method

Definition

Operation to apply a new cluster recovery point on the Protection cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionClusters/{replicationProtectionClusterName}/applyRecoveryPoint
  • Operation Id: ReplicationProtectionClusters_ApplyRecoveryPoint
  • Default Api Version: 2025-01-01
  • Resource: SiteRecoveryReplicationProtectionClusterResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryReplicationProtectionClusterResource>> ApplyRecoveryPointAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplyClusterRecoveryPointContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplyRecoveryPointAsync : Azure.WaitUntil * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplyClusterRecoveryPointContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryReplicationProtectionClusterResource>>
override this.ApplyRecoveryPointAsync : Azure.WaitUntil * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplyClusterRecoveryPointContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryReplicationProtectionClusterResource>>
Public Overridable Function ApplyRecoveryPointAsync (waitUntil As WaitUntil, content As ApplyClusterRecoveryPointContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SiteRecoveryReplicationProtectionClusterResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
ApplyClusterRecoveryPointContent

Apply recovery point input.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to