Megosztás a következőn keresztül:


KustoClusterResource.DetachFollowerDatabasesAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> DetachFollowerDatabasesAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition followerDatabaseToRemove, System.Threading.CancellationToken cancellationToken = default);
abstract member DetachFollowerDatabasesAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.DetachFollowerDatabasesAsync : Azure.WaitUntil * Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function DetachFollowerDatabasesAsync (waitUntil As WaitUntil, followerDatabaseToRemove As KustoFollowerDatabaseDefinition, 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.

followerDatabaseToRemove
KustoFollowerDatabaseDefinition

The follower databases properties to remove.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

followerDatabaseToRemove is null.

Applies to