Share via


EmailTemplateUpdateParameters Class

Definition

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