Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.EmailTemplateUpdateParameterProperties
Packages that use EmailTemplateUpdateParameterProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of EmailTemplateUpdateParameterProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return EmailTemplateUpdateParameterPropertiesModifier and TypeMethodDescriptionEmailTemplateUpdateParameterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EmailTemplateUpdateParameterProperties from the JsonReader.Set the body property: Email Template Body.EmailTemplateUpdateParameterProperties.withDescription(String description) Set the description property: Description of the Email Template.EmailTemplateUpdateParameterProperties.withParameters(List<EmailTemplateParametersContractProperties> parameters) Set the parameters property: Email Template Parameter values.EmailTemplateUpdateParameterProperties.withSubject(String subject) Set the subject property: Subject of the Template.Set the title property: Title of the Template.