Compartir a través de


NatRulesOperationsExtensions.ListByVpnGatewayNextAsync Método

Definición

Recupera todas las reglas nat para una puerta de enlace de VPN de virtual wan determinada.

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

Parámetros

operations
INatRulesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a