RedisEnterpriseDatabaseResource.ForceLinkToReplicationGroupAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> ForceLinkToReplicationGroupAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.RedisEnterprise.Models.ForceLinkContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ForceLinkToReplicationGroupAsync : Azure.WaitUntil * Azure.ResourceManager.RedisEnterprise.Models.ForceLinkContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.ForceLinkToReplicationGroupAsync : Azure.WaitUntil * Azure.ResourceManager.RedisEnterprise.Models.ForceLinkContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function ForceLinkToReplicationGroupAsync (waitUntil As WaitUntil, content As ForceLinkContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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