Share via


NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetNetworkInterfacesNextAsync Method

Definition

Gets all network interfaces in a virtual machine scale set.

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

Parameters

operations
INetworkInterfacesOperations

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