次の方法で共有


ClustersOperationsExtensions.DetachFollowerDatabases メソッド

定義

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

public static void DetachFollowerDatabases (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition followerDatabaseToRemove);
static member DetachFollowerDatabases : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition -> unit
<Extension()>
Public Sub DetachFollowerDatabases (operations As IClustersOperations, resourceGroupName As String, clusterName As String, followerDatabaseToRemove As FollowerDatabaseDefinition)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

followerDatabaseToRemove
FollowerDatabaseDefinition

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

適用対象