Share via


RoutesOperationsExtensions.ListNext(IRoutesOperations, String) Method

Definition

Gets all routes in a route table.

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

Parameters

operations
IRoutesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to