Partager via


NatRulesOperationsExtensions.ListByVpnGatewayNext Méthode

Définition

Récupère toutes les règles nat pour une passerelle VPN de wan virtuel spécifique.

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)

Paramètres

operations
INatRulesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à