Partager via


LoadBalancerOutboundRulesOperationsExtensions.ListNext Méthode

Définition

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

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

Paramètres

operations
ILoadBalancerOutboundRulesOperations

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 à