EmailTemplateContract Class

Definition

Email Template details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class EmailTemplateContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EmailTemplateContract = class
    inherit Resource
Public Class EmailTemplateContract
Inherits Resource
Inheritance
EmailTemplateContract
Attributes

Constructors

EmailTemplateContract()

Initializes a new instance of the EmailTemplateContract class.

EmailTemplateContract(String, String, String, String, String, String, String, Nullable<Boolean>, IList<EmailTemplateParametersContractProperties>)

Initializes a new instance of the EmailTemplateContract class.

Properties

Body

Gets or sets email Template Body. This should be a valid XDocument

Description

Gets or sets description of the Email Template.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IsDefault

Gets whether the template is the default template provided by API Management or has been edited.

Name

Gets the name of the resource

(Inherited from Resource)
Parameters

Gets or sets email Template Parameter values.

Subject

Gets or sets subject of the Template.

Title

Gets or sets title of the Template.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to