Freigeben über


RoutesOperationsExtensions.ListByEndpointNextAsync Methode

Definition

Listet alle vorhandenen Ursprünge in einem Profil auf.

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

Parameter

operations
IRoutesOperations

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: