AutoscaleSettingNotificationEmail

data class AutoscaleSettingNotificationEmail(val customEmails: List<String>? = null, val sendToSubscriptionAdministrator: Boolean? = null, val sendToSubscriptionCoAdministrator: Boolean? = null)

Constructors

Link copied to clipboard
constructor(customEmails: List<String>? = null, sendToSubscriptionAdministrator: Boolean? = null, sendToSubscriptionCoAdministrator: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customEmails: List<String>? = null

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.