Condividi tramite


ExpressRouteCrossConnectionPeeringsOperationsExtensions.ListNext Method

Definition

Gets all peerings in a specified ExpressRouteCrossConnection.

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

Parameters

operations
IExpressRouteCrossConnectionPeeringsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to