Compartilhar via


ProductApiOperationsExtensions.ListByProductNextAsync Método

Definição

Lista uma coleção das APIs associadas a um produto.

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

Parâmetros

operations
IProductApiOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a