次の方法で共有


AttachedDatabaseConfigurationsOperationsExtensions.ListByCluster メソッド

定義

特定の Kusto クラスターのアタッチされたデータベース構成の一覧を返します。

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

パラメーター

operations
IAttachedDatabaseConfigurationsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

戻り値

適用対象