Uses of Interface
com.azure.resourcemanager.apimanagement.models.EmailTemplateContract.Update
Packages that use EmailTemplateContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of EmailTemplateContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return EmailTemplateContract.UpdateModifier and TypeMethodDescriptionEmailTemplateContract.update()Begins update for the EmailTemplateContract resource.Specifies the body property: Email Template Body.EmailTemplateContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Description of the Email Template..EmailTemplateContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.EmailTemplateContract.UpdateStages.WithParameters.withParameters(List<EmailTemplateParametersContractProperties> parameters) Specifies the parameters property: Email Template Parameter values..EmailTemplateContract.UpdateStages.WithSubject.withSubject(String subject) Specifies the subject property: Subject of the Template..Specifies the title property: Title of the Template..