Freigeben über


OriginGroupsOperationsExtensions.ListByEndpointNextAsync Methode

Definition

Listet alle vorhandenen Ursprungsgruppen innerhalb eines Endpunkts auf.

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

Parameter

operations
IOriginGroupsOperations

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: