VirtualMachineScaleSetsOperationsExtensions.ListAllNextAsync(IVirtualMachineScaleSetsOperations, String, CancellationToken) Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Task<IPage<VirtualMachineScaleSet>>

Applies to