Sdílet prostřednictvím


IRoleDefinitions.ListByScopeAsync(String, CancellationToken) Method

Definition

List role definitions in a scope.

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))

Parameters

scope
String

The scope of the role definition.

cancellationToken
CancellationToken

Returns

Applies to