VirtualMachineScaleSetExtensionsOperationsExtensions.ListNextAsync Method

Definition

Gets a list of all extensions in a VM scale set.

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

Parameters

operations
IVirtualMachineScaleSetExtensionsOperations

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