Uses of Class
com.azure.resourcemanager.monitor.models.EmailReceiver
-
Packages that use EmailReceiver Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 EmailReceiver Modifier and Type Method Description List<EmailReceiver>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 EmailReceiver Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. 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 EmailReceiver Modifier and Type Method Description EmailReceiverEmailReceiver. withEmailAddress(String emailAddress)Set the emailAddress property: The email address of this receiver.EmailReceiverEmailReceiver. withName(String name)Set the name property: The name of the email receiver.EmailReceiverEmailReceiver. 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 EmailReceiver Modifier and Type Method Description List<EmailReceiver>ActionGroup. emailReceivers()Get the emailReceivers value.
-