EmailConfigurationModelProperties interface
Email configuration model properties.
Properties
| custom |
Gets or sets the custom email address for sending emails. |
| locale | Gets or sets the locale for the email notification. |
| provisioning |
Gets or sets the provisioning state of the email configuration. |
| send |
Gets or sets a value indicating whether to send email to subscription administrator. |
Property Details
customEmailAddresses
Gets or sets the custom email address for sending emails.
customEmailAddresses?: string[]
Property Value
string[]
locale
Gets or sets the locale for the email notification.
locale?: string
Property Value
string
provisioningState
Gets or sets the provisioning state of the email configuration.
provisioningState?: string
Property Value
string
sendToOwners
Gets or sets a value indicating whether to send email to subscription administrator.
sendToOwners: boolean
Property Value
boolean