Share via


NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetVMNetworkInterfacesNextAsync Method

Definition

Gets information about all network interfaces in a virtual machine in a virtual machine scale set.

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

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