Compartir a través de


InboundNatRulesOperationsExtensions.ListNext Método

Definición

Obtiene todas las reglas NAT de entrada de un equilibrador de carga.

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)

Parámetros

operations
IInboundNatRulesOperations

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

nextPageLink
String

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

Devoluciones

Se aplica a