Freigeben über


ProductOperationsExtensions.ListByServiceNext Methode

Definition

Listet eine Auflistung der Produkte in der angegebenen Dienstinstanz auf

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

Parameter

operations
IProductOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: