Share via


SiteRecoveryFabricResource.ReassociateGateway Method

Definition

The operation to move replications from a process server to another process server.

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

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
FailoverProcessServerContent

The input to the failover process server operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to