Partager via


ProductOperationsExtensions.ListByServiceNext Méthode

Définition

Répertorie un ensemble de produits dans l’instance de service spécifiée.

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)

Paramètres

operations
IProductOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à