RoleAssignmentsImpl.IRoleAssignments.ListByScopeAsync Método

Definição

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

System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>> IRoleAssignments.ListByScopeAsync (string scope, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignments.ListByScopeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>>
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignments.ListByScopeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>>
Function ListByScopeAsync (scope As String, cancellationToken As CancellationToken) As Task(Of IPagedCollection(Of IRoleAssignment)) Implements IRoleAssignments.ListByScopeAsync

Parâmetros

scope
String

O escopo das atribuições de função.

cancellationToken
CancellationToken

Retornos

Implementações

Aplica-se a