Autoscale Setting Notification Email
data class AutoscaleSettingNotificationEmail(val customEmails: List<String>? = null, val sendToSubscriptionAdministrator: Boolean? = null, val sendToSubscriptionCoAdministrator: Boolean? = null)
Properties
Link copied to clipboard
Specifies a list of custom email addresses to which the email notifications will be sent.
Link copied to clipboard
Should email notifications be sent to the subscription administrator? Defaults to false
.
Link copied to clipboard
Should email notifications be sent to the subscription co-administrator? Defaults to false
.