次の方法で共有


IRoleAssignments.ListByScopeAsync(String, CancellationToken) メソッド

定義

スコープ内のロールの割り当てを一覧表示します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>> ListByScopeAsync (string scope, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByScopeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>>
Public Function ListByScopeAsync (scope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IRoleAssignment))

パラメーター

scope
String

ロールの割り当てのスコープ。

cancellationToken
CancellationToken

戻り値

適用対象