LoadBalancerOutboundRulesOperationsExtensions.ListNext Method

Definition

Gets all the outbound rules in a load balancer.

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

Parameters

operations
ILoadBalancerOutboundRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to