ExpressRouteCrossConnectionsOperationsExtensions.ListNext Method

Definition

Retrieves all the ExpressRouteCrossConnections in a subscription.

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

Parameters

operations
IExpressRouteCrossConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to