Sdílet prostřednictvím


LoadBalancersOperationsExtensions.ListNext Method

Definition

Gets all the load balancers in a resource group.

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

Parameters

operations
ILoadBalancersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to