Compartilhar via


ApiIssueCommentOperationsExtensions.ListByServiceNextAsync Método

Definição

Lista todos os comentários para o problema associado à API especificada.

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

Parâmetros

operations
IApiIssueCommentOperations

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