Freigeben über


ProductOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

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

Parameter

operations
IProductOperations

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: