次の方法で共有


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

定義

スコープ内のロール定義を一覧表示します。

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

パラメーター

scope
String

ロール定義のスコープ。

cancellationToken
CancellationToken

戻り値

適用対象