Share via


EdgeNodesOperationsExtensions.ListNext(IEdgeNodesOperations, String) Method

Definition

Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.

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

Parameters

operations
IEdgeNodesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to