次の方法で共有


DatabasesOperationsExtensions.ListPrincipalsAsync メソッド

定義

指定された Kusto クラスターとデータベースのデータベース プリンシパルの一覧を返します。

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

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

databaseName
String

Kusto クラスター内のデータベースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象