Compartilhar via


ApiIssueAttachmentOperationsExtensions.ListByServiceNextAsync Método

Definição

Lista todos os anexos para o problema associado à API especificada.

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

Parâmetros

operations
IApiIssueAttachmentOperations

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