Partager via


ApiProductOperationsExtensions.ListByApisNextAsync Méthode

Définition

Répertorie tous les produits dont l’API fait partie.

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

Paramètres

operations
IApiProductOperations

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 à