Delen via


IRoleDefinitionOperations.ListAsync Methode

Definitie

Haal alle roldefinities op die van toepassing zijn op het bereik en hoger. Gebruik het atScopeAndBelow-filter om ook onder het opgegeven bereik te zoeken

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinitionListResult> ListAsync (string scope, Microsoft.Azure.Management.Authorization.Models.ListDefinitionFilterParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * Microsoft.Azure.Management.Authorization.Models.ListDefinitionFilterParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinitionListResult>
Public Function ListAsync (scope As String, parameters As ListDefinitionFilterParameters, cancellationToken As CancellationToken) As Task(Of RoleDefinitionListResult)

Parameters

scope
String

Bereik

parameters
ListDefinitionFilterParameters

Roldefinitiefilters weergeven.

cancellationToken
CancellationToken

Annuleringstoken.

Retouren

Resultaat van bewerking van roldefinitielijst.

Van toepassing op