Share via


ProductGroupOperationsExtensions.ListByProductNextAsync Method

Definition

Lists the collection of developer groups associated with the specified product.

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

Parameters

operations
IProductGroupOperations

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