Share via


KustoClusterResource.DetachFollowerDatabases Method

Definition

Detaches all followers of a database owned by this cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/detachFollowerDatabases
  • Operation Id: Clusters_DetachFollowerDatabases
public virtual Azure.ResourceManager.ArmOperation DetachFollowerDatabases (Azure.WaitUntil waitUntil, Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition followerDatabaseToRemove, System.Threading.CancellationToken cancellationToken = default);
abstract member DetachFollowerDatabases : Azure.WaitUntil * Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.DetachFollowerDatabases : Azure.WaitUntil * Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function DetachFollowerDatabases (waitUntil As WaitUntil, followerDatabaseToRemove As KustoFollowerDatabaseDefinition, 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.

followerDatabaseToRemove
KustoFollowerDatabaseDefinition

The follower databases properties to remove.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

followerDatabaseToRemove is null.

Applies to