Freigeben über


EndpointsOperationsExtensions.ListByProfileNextAsync Methode

Definition

Listet vorhandene CDN-Endpunkte auf.

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

Parameter

operations
IEndpointsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: