Compartir a través de


NatRulesOperationsExtensions.ListByVpnGatewayNext Método

Definición

Recupera todas las reglas nat para una puerta de enlace de VPN wan virtual determinada.

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

Parámetros

operations
INatRulesOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a