Uses of Class
com.microsoft.azure.management.monitor.EmailNotification
Packages that use EmailNotification
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of EmailNotification in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return EmailNotificationModifier and TypeMethodDescriptionAutoscaleNotification.email()
Get the email notification.EmailNotification.withCustomEmails
(List<String> customEmails) Set the custom e-mails list.EmailNotification.withSendToSubscriptionAdministrator
(Boolean sendToSubscriptionAdministrator) Set a value indicating whether to send email to subscription administrator.EmailNotification.withSendToSubscriptionCoAdministrators
(Boolean sendToSubscriptionCoAdministrators) Set a value indicating whether to send email to subscription co-administrators.Methods in com.microsoft.azure.management.monitor with parameters of type EmailNotificationModifier and TypeMethodDescriptionAutoscaleNotification.withEmail
(EmailNotification email) Set the email notification.