Freigeben über


ApiProductOperationsExtensions.ListByApisNext Methode

Definition

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

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

Parameter

operations
IApiProductOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Gilt für: