EmailTemplateUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Email Template update Parameters.
[Microsoft.Rest.Serialization.JsonTransformation]
public class EmailTemplateUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EmailTemplateUpdateParameters = class
Public Class EmailTemplateUpdateParameters
- Inheritance
-
EmailTemplateUpdateParameters
- Attributes
Constructors
EmailTemplateUpdateParameters() |
Initializes a new instance of the EmailTemplateUpdateParameters class. |
EmailTemplateUpdateParameters(String, String, String, String, IList<EmailTemplateParametersContractProperties>) |
Initializes a new instance of the EmailTemplateUpdateParameters class. |
Properties
Body |
Gets or sets email Template Body. This should be a valid XDocument |
Description |
Gets or sets description of the Email Template. |
Parameters |
Gets or sets email Template Parameter values. |
Subject |
Gets or sets subject of the Template. |
Title |
Gets or sets title of the Template. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET