ExpressRouteServiceProvidersOperationsExtensions.ListNext Method

Definition

Gets all the available express route service providers.

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

Parameters

operations
IExpressRouteServiceProvidersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to