Share via


LoadBalancerLoadBalancingRulesOperationsExtensions.ListNext Method

Definition

Gets all the load balancing rules in a load balancer.

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

Parameters

operations
ILoadBalancerLoadBalancingRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to