Partager via


NatRulesOperationsExtensions.ListByVpnGatewayNextAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule>> ListByVpnGatewayNextAsync (this Microsoft.Azure.Management.Network.INatRulesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByVpnGatewayNextAsync : Microsoft.Azure.Management.Network.INatRulesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule>>
<Extension()>
Public Function ListByVpnGatewayNextAsync (operations As INatRulesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à