Share via


ProvidersOperationsExtensions.ListNextAsync Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to