Aracılığıyla paylaş


RouteTablesOperationsExtensions.ListNext Method

Definition

Gets all route tables in a resource group.

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

Parameters

operations
IRouteTablesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to