Freigeben über


ApiProductOperationsExtensions.ListByApisNextAsync Methode

Definition

Listet alle Produkte auf, zu denen die API gehört

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

Parameter

operations
IApiProductOperations

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: