共用方式為


ApplicationsOperationsExtensions.ListNextAsync Method

Definition

Gets a list of applications from the current tenant.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.Application>> ListNextAsync (this Microsoft.Azure.Graph.RBAC.IApplicationsOperations operations, string nextLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Graph.RBAC.IApplicationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.Application>>
<Extension()>
Public Function ListNextAsync (operations As IApplicationsOperations, nextLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Application))

Parameters

operations
IApplicationsOperations

The operations group for this extension method.

nextLink
String

Next link for the list operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to