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. |
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
sendToOwners
Gets or sets a value indicating whether to send email to subscription administrator.
sendToOwners: boolean
Property Value
boolean
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript