次の方法で共有


ClusterPrincipalAssignmentsOperationsExtensions.List メソッド

定義

すべての Kusto クラスター プリンシパルAssignments を一覧表示します。

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

パラメーター

operations
IClusterPrincipalAssignmentsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

戻り値

適用対象