Share via


SiteRecoveryProtectionContainerResource.SwitchClusterProtection Method

Definition

Operation to switch protection from one container to another.

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

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
SwitchClusterProtectionContent

Switch protection input.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to