Uses of Class
com.azure.resourcemanager.monitor.models.EmailNotification
Packages that use EmailNotification
Package
Description
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 EmailNotificationModifier and TypeMethodDescriptionAutoscaleNotification.email()
Get the email property: the email notification.static EmailNotification
EmailNotification.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EmailNotification from the JsonReader.EmailNotification.withCustomEmails
(List<String> customEmails) Set the customEmails property: the custom e-mails list.EmailNotification.withSendToSubscriptionAdministrator
(Boolean sendToSubscriptionAdministrator) Set the sendToSubscriptionAdministrator property: a value indicating whether to send email to subscription administrator.EmailNotification.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 EmailNotificationModifier and TypeMethodDescriptionAutoscaleNotification.withEmail
(EmailNotification email) Set the email property: the email notification.