Uses of Interface
com.azure.resourcemanager.apimanagement.models.EmailTemplateContract
Packages that use EmailTemplateContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of EmailTemplateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return EmailTemplateContractModifier and TypeMethodDescriptionEmailTemplateContract.Update.apply()Executes the update request.EmailTemplateContract.Update.apply(com.azure.core.util.Context context) Executes the update request.EmailTemplateContract.DefinitionStages.WithCreate.create()Executes the create request.EmailTemplateContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.EmailTemplates.get(String resourceGroupName, String serviceName, TemplateName templateName) Gets the details of the email template specified by its identifier.Gets the details of the email template specified by its identifier.EmailTemplateContract.refresh()Refreshes the resource to sync with Azure.EmailTemplateContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type EmailTemplateContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<EmailTemplateContract> EmailTemplates.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the email template specified by its identifier.com.azure.core.http.rest.Response<EmailTemplateContract> EmailTemplates.getWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, com.azure.core.util.Context context) Gets the details of the email template specified by its identifier.com.azure.core.http.rest.PagedIterable<EmailTemplateContract> EmailTemplates.listByService(String resourceGroupName, String serviceName) Gets all email templates.com.azure.core.http.rest.PagedIterable<EmailTemplateContract> EmailTemplates.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Gets all email templates.