Share via


RedisEnterpriseDatabaseResource.ForceLinkToReplicationGroup Method

Definition

Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing replication group. IMPORTANT NOTE: All data in this database will be discarded, and the database will temporarily be unavailable while rejoining the replication group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/forceLinkToReplicationGroup
  • Operation Id: Databases_ForceLinkToReplicationGroup
  • Default Api Version: 2024-09-01-preview
  • Resource: RedisEnterpriseDatabaseResource
public virtual Azure.ResourceManager.ArmOperation ForceLinkToReplicationGroup (Azure.WaitUntil waitUntil, Azure.ResourceManager.RedisEnterprise.Models.ForceLinkContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ForceLinkToReplicationGroup : Azure.WaitUntil * Azure.ResourceManager.RedisEnterprise.Models.ForceLinkContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.ForceLinkToReplicationGroup : Azure.WaitUntil * Azure.ResourceManager.RedisEnterprise.Models.ForceLinkContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function ForceLinkToReplicationGroup (waitUntil As WaitUntil, content As ForceLinkContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

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
ForceLinkContent

Information identifying the database to be unlinked.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to