Freigeben über


PortalRevisionOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet die Überarbeitungen des Entwicklerportals auf.

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

Parameter

operations
IPortalRevisionOperations

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: