Condividi tramite


VirtualMachinesOperationsExtensions.ListNextAsync Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to