Partager via


EmailTemplateOperationsExtensions.ListByServiceNext Méthode

Définition

Obtient tous les modèles d’e-mail

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract>
<Extension()>
Public Function ListByServiceNext (operations As IEmailTemplateOperations, nextPageLink As String) As IPage(Of EmailTemplateContract)

Paramètres

operations
IEmailTemplateOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à