Partager via


ProductApiOperationsExtensions.ListByProductNextAsync Méthode

Définition

Répertorie une collection d’API associées à un produit.

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

Paramètres

operations
IProductApiOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à