Freigeben über


NatRulesOperationsExtensions.ListByVpnGatewayNext Methode

Definition

Ruft alle NAT-Regeln für ein bestimmtes virtuelles WAN-VPN-Gateway ab.

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)

Parameter

operations
INatRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: