RoutingIntentOperationsExtensions.ListNext Method

Definition

Retrieves the details of all RoutingIntent child resources of the VirtualHub.

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

Parameters

operations
IRoutingIntentOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to