Partager via


InboundNatRulesOperationsExtensions.ListNext Méthode

Définition

Obtient toutes les règles NAT de trafic entrant dans un équilibreur de charge.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule> ListNext (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule>
<Extension()>
Public Function ListNext (operations As IInboundNatRulesOperations, nextPageLink As String) As IPage(Of InboundNatRule)

Paramètres

operations
IInboundNatRulesOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à