次の方法で共有


DatabasesOperationsExtensions.ListByCluster メソッド

定義

指定された Kusto クラスターのデータベースの一覧を返します。

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

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

戻り値

適用対象