Freigeben über


ProductApiOperationsExtensions.ListByProductNextAsync Methode

Definition

Listet eine Auflistung von APIs auf, die einem Produkt zugeordnet sind

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

Parameter

operations
IProductApiOperations

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: