Share via


HubRouteTablesOperationsExtensions.ListNext Method

Definition

Retrieves the details of all RouteTables.

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

Parameters

operations
IHubRouteTablesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to