Compartir a través de


RouteTablesOperationsExtensions.ListAllNext Método

Definición

Obtiene todas las tablas de rutas de una suscripción.

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)

Parámetros

operations
IRouteTablesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a