Freigeben über


EmailTemplateOperationsExtensions.ListByServiceNextAsync Methode

Definition

Ruft alle E-Mail-Vorlagen ab.

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

Parameter

operations
IEmailTemplateOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: