ExpressRouteCrossConnectionsOperationsExtensions.ListByResourceGroupNext Method

Definition

Retrieves all the ExpressRouteCrossConnections in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnection> ListByResourceGroupNext (this Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnection>
<Extension()>
Public Function ListByResourceGroupNext (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