Uses of Class
com.azure.resourcemanager.monitor.models.EmailReceiver
Packages that use EmailReceiver
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of EmailReceiver in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type EmailReceiverModifier and TypeMethodDescriptionActionGroup.emailReceivers()
Get the emailReceivers property: The list of email receivers that are part of this action group.ActionGroupResourceInner.emailReceivers()
Get the emailReceivers property: The list of email receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type EmailReceiverModifier and TypeMethodDescriptionActionGroup.withEmailReceivers
(List<EmailReceiver> emailReceivers) Set the emailReceivers property: The list of email receivers that are part of this action group.ActionGroupResourceInner.withEmailReceivers
(List<EmailReceiver> emailReceivers) Set the emailReceivers property: The list of email receivers that are part of this action group. -
Uses of EmailReceiver in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return EmailReceiverModifier and TypeMethodDescriptionstatic EmailReceiver
EmailReceiver.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EmailReceiver from the JsonReader.EmailReceiver.withEmailAddress
(String emailAddress) Set the emailAddress property: The email address of this receiver.Set the name property: The name of the email receiver.EmailReceiver.withUseCommonAlertSchema
(Boolean useCommonAlertSchema) Set the useCommonAlertSchema property: Indicates whether to use common alert schema.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type EmailReceiverModifier and TypeMethodDescriptionActionGroup.emailReceivers()
Get the emailReceivers value.NotificationRequestBody.emailReceivers()
Get the emailReceivers property: The list of email receivers that are part of this action group.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type EmailReceiverModifier and TypeMethodDescriptionNotificationRequestBody.withEmailReceivers
(List<EmailReceiver> emailReceivers) Set the emailReceivers property: The list of email receivers that are part of this action group.