Compartilhar via


ContentItemOperationsExtensions.ListByServiceNextAsync Método

Definição

Lista os itens de conteúdo do portal do desenvolvedor especificados pelo tipo de conteúdo fornecido.

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

Parâmetros

operations
IContentItemOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a