EmailNotification Class

Definition

Email notification of an autoscale event.

public class EmailNotification
type EmailNotification = class
Public Class EmailNotification
Inheritance
EmailNotification

Constructors

EmailNotification()

Initializes a new instance of the EmailNotification class.

EmailNotification(Nullable<Boolean>, Nullable<Boolean>, IList<String>)

Initializes a new instance of the EmailNotification class.

Properties

CustomEmails

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

SendToSubscriptionAdministrator

Gets or sets a value indicating whether to send email to subscription administrator.

SendToSubscriptionCoAdministrators

Gets or sets a value indicating whether to send email to subscription co-administrators.

Applies to