Delen via


RoleDefinitionOperationsExtensions.ListAsync Methode

Definitie

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

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

Parameters

operations
IRoleDefinitionOperations

Verwijzing naar Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations.

scope
String

Vereist. Bereik

parameters
ListDefinitionFilterParameters

Optioneel. Roldefinitiefilters weergeven.

Retouren

Resultaat van bewerking in lijst met roldefinities.

Van toepassing op