Compartir a través de


LocalNetworkGatewaysOperationsExtensions.ListNext Método

Definición

Obtiene todas las puertas de enlace de red local de un grupo de recursos.

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

Parámetros

operations
ILocalNetworkGatewaysOperations

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