EmailNotification interface
Email notification of an autoscale event.
Properties
custom |
the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored. |
send |
a value indicating whether to send email to subscription administrator. |
send |
a value indicating whether to send email to subscription co-administrators. |
Property Details
customEmails
the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
customEmails?: string[]
Property Value
string[]
sendToSubscriptionAdministrator
a value indicating whether to send email to subscription administrator.
sendToSubscriptionAdministrator?: boolean
Property Value
boolean
sendToSubscriptionCoAdministrators
a value indicating whether to send email to subscription co-administrators.
sendToSubscriptionCoAdministrators?: boolean
Property Value
boolean