Uses of Class
com.azure.resourcemanager.monitor.models.RuleEmailAction
Packages that use RuleEmailAction
Package
Description
Package containing the data models for MonitorClient.
-
Uses of RuleEmailAction in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return RuleEmailActionModifier and TypeMethodDescriptionstatic RuleEmailAction
RuleEmailAction.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RuleEmailAction from the JsonReader.RuleEmailAction.withCustomEmails
(List<String> customEmails) Set the customEmails property: the list of administrator's custom email addresses to notify of the activation of the alert.RuleEmailAction.withSendToServiceOwners
(Boolean sendToServiceOwners) Set the sendToServiceOwners property: Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.