| Modifier and Type | Method and Description |
|---|---|
EmailNotification |
AutoscaleNotification.email()
Get the email notification.
|
EmailNotification |
EmailNotification.withCustomEmails(List<String> customEmails)
Set the custom e-mails list.
|
EmailNotification |
EmailNotification.withSendToSubscriptionAdministrator(Boolean sendToSubscriptionAdministrator)
Set a value indicating whether to send email to subscription administrator.
|
EmailNotification |
EmailNotification.withSendToSubscriptionCoAdministrators(Boolean sendToSubscriptionCoAdministrators)
Set a value indicating whether to send email to subscription co-administrators.
|
| Modifier and Type | Method and Description |
|---|---|
AutoscaleNotification |
AutoscaleNotification.withEmail(EmailNotification email)
Set the email notification.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/