Share via


ProductOperationsExtensions.ListByServiceNext Method

Definition

Lists a collection of products in the specified service instance.

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)

Parameters

operations
IProductOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to