Sdílet prostřednictvím


LoadBalancersOperationsExtensions.ListAllNext Method

Definition

Gets all the load balancers in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.LoadBalancer> ListAllNext (this Microsoft.Azure.Management.Network.ILoadBalancersOperations operations, string nextPageLink);
static member ListAllNext : Microsoft.Azure.Management.Network.ILoadBalancersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.LoadBalancer>
<Extension()>
Public Function ListAllNext (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