Share via


ProductApiOperationsExtensions.ListByProductNextAsync Method

Definition

Lists a collection of the APIs associated with a product.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract>> ListByProductNextAsync (this Microsoft.Azure.Management.ApiManagement.IProductApiOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByProductNextAsync : Microsoft.Azure.Management.ApiManagement.IProductApiOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ApiContract>>
<Extension()>
Public Function ListByProductNextAsync (operations As IProductApiOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to