Share via


VirtualMachinesOperationsExtensions.ListNextAsync Method

Definition

List of virtual machines in a private cloud cluster

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

Parameters

operations
IVirtualMachinesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to