次の方法で共有


ClustersOperationsExtensions.ListFollowerDatabases メソッド

定義

このクラスターが所有し、その後に別のクラスターが続いたデータベースの一覧を返します。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition> ListFollowerDatabases (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName);
static member ListFollowerDatabases : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string -> seq<Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition>
<Extension()>
Public Function ListFollowerDatabases (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As IEnumerable(Of FollowerDatabaseDefinition)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

戻り値

適用対象