EmailTemplates Interface
Implements
public interface EmailTemplates
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.EmailTemplatesInner>
Type representing EmailTemplates.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch)
Reset the Email Template to default template provided by the API Management service instance. |
|
abstract
rx.Observable<Email |
getAsync(String resourceGroupName, String serviceName, TemplateName templateName)
Gets the details of the email template specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, TemplateName templateName)
Gets the entity state (Etag) version of the email template specified by its identifier. |
|
abstract
rx.Observable<Email |
listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of properties defined within a service instance. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch)
Reset the Email Template to default template provided by the API Management service instance.
Parameters:
Returns:
getAsync
public abstract Observable<EmailTemplateContract> getAsync(String resourceGroupName, String serviceName, TemplateName templateName)
Gets the details of the email template specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, TemplateName templateName)
Gets the entity state (Etag) version of the email template specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<EmailTemplateContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of properties defined within a service instance.
Parameters:
Returns: