Compartilhar via


NatRulesOperationsExtensions.ListByVpnGatewayNext Método

Definição

Recupera todas as regras nat para um gateway de vpn de wan virtual específico.

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)

Parâmetros

operations
INatRulesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a