Compartir a través de


ApiIssueAttachmentOperationsExtensions.ListByServiceNextAsync Método

Definición

Enumera todos los datos adjuntos de la incidencia asociada con la 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

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