Compartir a través de


NatGatewaysOperationsExtensions.ListAllNext Método

Definición

Obtiene todas las puertas de enlace nat de una suscripción.

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

Parámetros

operations
INatGatewaysOperations

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