Compartir a través de


ApiProductOperationsExtensions.ListByApisNextAsync Método

Definición

Enumera todos los productos de los que la API forma parte.

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

Parámetros

operations
IApiProductOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a