Uses of Class
com.azure.resourcemanager.monitor.models.EmailNotification
-
Packages that use EmailNotification Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of EmailNotification in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return EmailNotification Modifier and Type Method Description EmailNotificationAutoscaleNotification. email()Get the email property: the email notification.EmailNotificationEmailNotification. withCustomEmails(List<String> customEmails)Set the customEmails property: the custom e-mails list.EmailNotificationEmailNotification. withSendToSubscriptionAdministrator(Boolean sendToSubscriptionAdministrator)Set the sendToSubscriptionAdministrator property: a value indicating whether to send email to subscription administrator.EmailNotificationEmailNotification. withSendToSubscriptionCoAdministrators(Boolean sendToSubscriptionCoAdministrators)Set the sendToSubscriptionCoAdministrators property: a value indicating whether to send email to subscription co-administrators.Methods in com.azure.resourcemanager.monitor.models with parameters of type EmailNotification Modifier and Type Method Description AutoscaleNotificationAutoscaleNotification. withEmail(EmailNotification email)Set the email property: the email notification.
-