Freigeben über


VirtualNetworkGatewayNatRulesOperationsExtensions.ListByVirtualNetworkGatewayNextAsync Methode

Definition

Ruft alle NAT-Regeln für ein bestimmtes Gateway für virtuelle Netzwerke ab.

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))

Parameter

operations
IVirtualNetworkGatewayNatRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: