IEmailConfigurationModel Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.EmailConfigurationModelTypeConverter))]
public interface IEmailConfigurationModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.EmailConfigurationModelTypeConverter))>]
type IEmailConfigurationModel = interface
interface IJsonSerializable
Public Interface IEmailConfigurationModel
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CustomEmailAddress |
Gets or sets the custom email address for sending emails. |
Id |
Gets or sets the Id of the resource. |
Locale |
Gets or sets the locale for the email notification. |
Name |
Gets or sets the name of the resource. |
SendToOwner |
Gets or sets a value indicating whether to send email to subscription administrator. |
SystemDataCreatedAt |
Gets or sets the timestamp of resource creation (UTC). |
SystemDataCreatedBy |
Gets or sets identity that created the resource. |
SystemDataCreatedByType |
Gets or sets the type of identity that created the resource: user, application, managedIdentity. |
SystemDataLastModifiedAt |
Gets or sets the timestamp of resource last modification (UTC). |
SystemDataLastModifiedBy |
Gets or sets the identity that last modified the resource. |
SystemDataLastModifiedByType |
Gets or sets the type of identity that last modified the resource: user, application, managedIdentity. |
Type |
Gets or sets the type of the resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |