ApiManagementEmailTemplateData 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.
A class representing the ApiManagementEmailTemplate data model. Email Template details.
public class ApiManagementEmailTemplateData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.ApiManagementEmailTemplateData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.ApiManagementEmailTemplateData>
type ApiManagementEmailTemplateData = class
inherit ResourceData
interface IJsonModel<ApiManagementEmailTemplateData>
interface IPersistableModel<ApiManagementEmailTemplateData>
Public Class ApiManagementEmailTemplateData
Inherits ResourceData
Implements IJsonModel(Of ApiManagementEmailTemplateData), IPersistableModel(Of ApiManagementEmailTemplateData)
- Inheritance
- Implements
Constructors
ApiManagementEmailTemplateData() |
Initializes a new instance of ApiManagementEmailTemplateData. |
Properties
Body |
Email Template Body. This should be a valid XDocument. |
Description |
Description of the Email Template. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsDefault |
Whether the template is the default template provided by API Management or has been edited. |
Name |
The name of the resource. (Inherited from ResourceData) |
Parameters |
Email Template Parameter values. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Subject |
Subject of the Template. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Title |
Title of the Template. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<ApiManagementEmailTemplateData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementEmailTemplateData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementEmailTemplateData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementEmailTemplateData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementEmailTemplateData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET