Share via


EndpointsOperationsExtensions.ListByProfileNext Método

Definición

Enumera los puntos de conexión de cdn existentes.

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

Parámetros

operations
IEndpointsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a