DisksOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Disk>> ListNextAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IDisksOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IDisksOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Disk>>
<Extension()>
Public Function ListNextAsync (operations As IDisksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Disk))

Parameters

operations
IDisksOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to