Partager via


ClustersOperationsExtensions.BeginDetachFollowerDatabasesAsync Méthode

Définition

Détache tous les abonnés d’une base de données appartenant à ce cluster.

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

Paramètres

operations
IClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources contenant le cluster Kusto.

clusterName
String

Nom du cluster Kusto.

followerDatabaseToRemove
FollowerDatabaseDefinition

Propriétés des bases de données suivantes à supprimer.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à