EdgeNodesOperationsExtensions.ListNext(IEdgeNodesOperations, String) Método

Definición

Edgenodes son las ubicaciones globales de punto de presencia (POP) que se usan para entregar contenido de cdn a los usuarios finales.

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)

Parámetros

operations
IEdgeNodesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a