Uses of Class
com.microsoft.azure.management.monitor.EmailNotification
-
-
Uses of EmailNotification in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return EmailNotification Modifier and Type Method Description EmailNotificationAutoscaleNotification. email()Get the email notification.EmailNotificationEmailNotification. withCustomEmails(List<String> customEmails)Set the custom e-mails list.EmailNotificationEmailNotification. withSendToSubscriptionAdministrator(Boolean sendToSubscriptionAdministrator)Set a value indicating whether to send email to subscription administrator.EmailNotificationEmailNotification. 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 EmailNotification Modifier and Type Method Description AutoscaleNotificationAutoscaleNotification. withEmail(EmailNotification email)Set the email notification.
-