次の方法で共有


AttachedDatabaseConfigurationsOperationsExtensions.ListByClusterAsync メソッド

定義

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration>> ListByClusterAsync (this Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterAsync : Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration>>
<Extension()>
Public Function ListByClusterAsync (operations As IAttachedDatabaseConfigurationsOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of AttachedDatabaseConfiguration))

パラメーター

operations
IAttachedDatabaseConfigurationsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象