Freigeben über


ProductGroupOperationsExtensions.ListByProductNext Methode

Definition

Listet die Auflistung der dem angegebenen Produkt zugeordneten Entwicklergruppen auf

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

Parameter

operations
IProductGroupOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: