다음을 통해 공유


RouteTablesOperationsExtensions.ListAllNext Method

Definition

Gets all route tables in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.RouteTable> ListAllNext (this Microsoft.Azure.Management.Network.IRouteTablesOperations operations, string nextPageLink);
static member ListAllNext : Microsoft.Azure.Management.Network.IRouteTablesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.RouteTable>
<Extension()>
Public Function ListAllNext (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