Freigeben über


ApiIssueAttachmentOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet alle Anlagen zu dem der angegebenen API zugeordneten Problem auf

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

Parameter

operations
IApiIssueAttachmentOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: