OriginsOperationsExtensions.ListByEndpointNextAsync Method

Definition

Lists all of the existing origins within an endpoint.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Origin>> ListByEndpointNextAsync (this Microsoft.Azure.Management.Cdn.IOriginsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByEndpointNextAsync : Microsoft.Azure.Management.Cdn.IOriginsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Origin>>
<Extension()>
Public Function ListByEndpointNextAsync (operations As IOriginsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Origin))

Parameters

operations
IOriginsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to