Freigeben über


OriginsOperationsExtensions.ListByEndpointNextAsync Methode

Definition

Listet alle vorhandenen Ursprünge innerhalb eines Endpunkts auf.

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))

Parameter

operations
IOriginsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: