다음을 통해 공유


EmailTemplateOperationsExtensions Class

Definition

Extension methods for EmailTemplateOperations.

public static class EmailTemplateOperationsExtensions
type EmailTemplateOperationsExtensions = class
Public Module EmailTemplateOperationsExtensions
Inheritance
EmailTemplateOperationsExtensions

Methods

CreateOrUpdate(IEmailTemplateOperations, String, String, String, EmailTemplateUpdateParameters, String)

Updates an Email Template.

CreateOrUpdateAsync(IEmailTemplateOperations, String, String, String, EmailTemplateUpdateParameters, String, CancellationToken)

Updates an Email Template.

Delete(IEmailTemplateOperations, String, String, String, String)

Reset the Email Template to default template provided by the API Management service instance.

DeleteAsync(IEmailTemplateOperations, String, String, String, String, CancellationToken)

Reset the Email Template to default template provided by the API Management service instance.

Get(IEmailTemplateOperations, String, String, String)

Gets the details of the email template specified by its identifier.

GetAsync(IEmailTemplateOperations, String, String, String, CancellationToken)

Gets the details of the email template specified by its identifier.

GetEntityTag(IEmailTemplateOperations, String, String, String)

Gets the entity state (Etag) version of the email template specified by its identifier.

GetEntityTagAsync(IEmailTemplateOperations, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the email template specified by its identifier.

ListByService(IEmailTemplateOperations, String, String, String, Nullable<Int32>, Nullable<Int32>)

Gets all email templates

ListByServiceAsync(IEmailTemplateOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Gets all email templates

ListByServiceNext(IEmailTemplateOperations, String)

Gets all email templates

ListByServiceNextAsync(IEmailTemplateOperations, String, CancellationToken)

Gets all email templates

Update(IEmailTemplateOperations, String, String, String, String, EmailTemplateUpdateParameters)

Updates API Management email template

UpdateAsync(IEmailTemplateOperations, String, String, String, String, EmailTemplateUpdateParameters, CancellationToken)

Updates API Management email template

Applies to