Share via


LoadBalancerNetworkInterfacesOperationsExtensions.ListNext Method

Definition

Gets associated load balancer network interfaces.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface> ListNext (this Microsoft.Azure.Management.Network.ILoadBalancerNetworkInterfacesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.ILoadBalancerNetworkInterfacesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface>
<Extension()>
Public Function ListNext (operations As ILoadBalancerNetworkInterfacesOperations, nextPageLink As String) As IPage(Of NetworkInterface)

Parameters

operations
ILoadBalancerNetworkInterfacesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to