Freigeben über


ClustersOperationsExtensions.BeginDetachFollowerDatabasesAsync Methode

Definition

Trennt alle Follower einer Datenbank, die diesem Cluster gehört.

public static System.Threading.Tasks.Task BeginDetachFollowerDatabasesAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition followerDatabaseToRemove, System.Threading.CancellationToken cancellationToken = default);
static member BeginDetachFollowerDatabasesAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDetachFollowerDatabasesAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, followerDatabaseToRemove As FollowerDatabaseDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

followerDatabaseToRemove
FollowerDatabaseDefinition

Die zu entfernenden Eigenschaften der Followerdatenbanken.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: