Freigeben über


LoadBalancerOutboundRulesOperationsExtensions.ListNext Methode

Definition

Ruft alle Ausgangsregeln in einem Lastenausgleich ab.

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)

Parameter

operations
ILoadBalancerOutboundRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: