Partilhar via


IRoleDefinitions.ListByScopeAsync(String, CancellationToken) Método

Definição

Listar definições de função em um escopo.

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

Parâmetros

scope
String

O escopo da definição de função.

cancellationToken
CancellationToken

Retornos

Aplica-se a