Udostępnij za pośrednictwem


RoutingRulesOperationsExtensions.ListNext Method

Definition

List all network manager routing configuration routing rules.

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

Parameters

operations
IRoutingRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to