Partager via


VirtualNetworkGatewayNatRulesOperationsExtensions.ListByVirtualNetworkGatewayNextAsync Méthode

Définition

Récupère toutes les règles nat pour une passerelle de réseau virtuel particulière.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayNatRule>> ListByVirtualNetworkGatewayNextAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByVirtualNetworkGatewayNextAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewayNatRulesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayNatRule>>
<Extension()>
Public Function ListByVirtualNetworkGatewayNextAsync (operations As IVirtualNetworkGatewayNatRulesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkGatewayNatRule))

Paramètres

operations
IVirtualNetworkGatewayNatRulesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à