Share via


ProductApiOperationsExtensions.ListByProductNext Method

Definition

Lists a collection of the APIs associated with a product.

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

Parameters

operations
IProductApiOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to