次の方法で共有


ClustersOperationsExtensions.BeginDetachFollowerDatabasesAsync メソッド

定義

このクラスターが所有するデータベースのすべてのフォロワーをデタッチします。

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

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

followerDatabaseToRemove
FollowerDatabaseDefinition

削除するフォロワー データベースのプロパティ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象