EmailNotification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET