Freigeben über


ProductApiOperationsExtensions.ListByProductNext Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract> ListByProductNext (this Microsoft.Azure.Management.ApiManagement.IProductApiOperations operations, string nextPageLink);
static member ListByProductNext : Microsoft.Azure.Management.ApiManagement.IProductApiOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract>
<Extension()>
Public Function ListByProductNext (operations As IProductApiOperations, nextPageLink As String) As IPage(Of ApiContract)

Parameter

operations
IProductApiOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: