RoleAssignmentsOperationsExtensions.ListForResourceGroupAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Alle roltoewijzingen weergeven die van toepassing zijn op een resourcegroep.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>> ListForResourceGroupAsync(this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentFilter> odataQuery = default, string tenantId = default, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceGroupAsync : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentFilter> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>>
<Extension()>
Public Function ListForResourceGroupAsync (operations As IRoleAssignmentsOperations, resourceGroupName As String, Optional odataQuery As ODataQuery(Of RoleAssignmentFilter) = Nothing, Optional tenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RoleAssignment))
Parameters
- operations
- IRoleAssignmentsOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- odataQuery
- ODataQuery<RoleAssignmentFilter>
OData-parameters die moeten worden toegepast op de bewerking.
- tenantId
- String
Tenant-id voor aanvraag voor meerdere tenants
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Azure SDK for .NET