次の方法で共有


RoleDefinitionsOperationsExtensions.ListAsync メソッド

定義

スコープ以上で適用可能なすべてのロール定義を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner>> ListAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitionsOperations operations, string scope, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitionsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner>>
<Extension()>
Public Function ListAsync (operations As IRoleDefinitionsOperations, scope As String, Optional odataQuery As ODataQuery(Of RoleDefinitionFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RoleDefinitionInner))

パラメーター

operations
IRoleDefinitionsOperations

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

scope
String

ロール定義のスコープ。

odataQuery
ODataQuery<RoleDefinitionFilter>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象