EndpointsOperationsExtensions.ListByProfileNext Method

Definition

Lists existing CDN endpoints.

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)

Parameters

operations
IEndpointsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to