Partager via


ProductGroupOperationsExtensions.ListByProductNextAsync Méthode

Définition

Répertorie la collection de groupes de développeurs associés au produit spécifié.

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))

Paramètres

operations
IProductGroupOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à