Delen via


PermissionsOperationsExtensions.ListForResourceGroupNextAsync Methode

Definitie

Hiermee haalt u alle machtigingen op die de aanroeper heeft voor een resourcegroep.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.Permission>> ListForResourceGroupNextAsync (this Microsoft.Azure.Management.Authorization.IPermissionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceGroupNextAsync : Microsoft.Azure.Management.Authorization.IPermissionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.Permission>>
<Extension()>
Public Function ListForResourceGroupNextAsync (operations As IPermissionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Permission))

Parameters

operations
IPermissionsOperations

De bewerkingsgroep voor deze extensiemethode.

nextPageLink
String

De NextLink van de vorige geslaagde aanroepbewerking naar lijst.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op