Aracılığıyla paylaş


LoadBalancerProbesOperationsExtensions.ListNext Method

Definition

Gets all the load balancer probes.

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

Parameters

operations
ILoadBalancerProbesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to