TenantsOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Internal.Subscriptions.Models.TenantIdDescription>> ListNextAsync (this Microsoft.Azure.Internal.Subscriptions.ITenantsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Internal.Subscriptions.ITenantsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Internal.Subscriptions.Models.TenantIdDescription>>
<Extension()>
Public Function ListNextAsync (operations As ITenantsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TenantIdDescription))

Parameters

operations
ITenantsOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to