EmailNotification interface

Email notification of an autoscale event.

Properties

customEmails

the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.

sendToSubscriptionAdministrator

a value indicating whether to send email to subscription administrator.

sendToSubscriptionCoAdministrators

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