RuleEmailActionResponse

data class RuleEmailActionResponse(val customEmails: List<String>? = null, val odataType: String, val sendToServiceOwners: Boolean? = null)

Specifies the action to send email when the rule condition is evaluated. The discriminator is always RuleEmailAction in this case.

Constructors

Link copied to clipboard
constructor(customEmails: List<String>? = null, odataType: String, sendToServiceOwners: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customEmails: List<String>? = null

the list of administrator's custom email addresses to notify of the activation of the alert.

Link copied to clipboard

specifies the type of the action. There are two types of actions: RuleEmailAction and RuleWebhookAction. Expected value is 'Microsoft.Azure.Management.Insights.Models.RuleEmailAction'.

Link copied to clipboard

Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.