Share via


OperationsExtensions.ListNextAsync Method

Definition

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

Parameters

operations
IOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to