ScheduledQueryRulesAlertAction

data class ScheduledQueryRulesAlertAction(val actionGroups: List<String>, val customWebhookPayload: String? = null, val emailSubject: String? = null)

Constructors

Link copied to clipboard
constructor(actionGroups: List<String>, customWebhookPayload: String? = null, emailSubject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of action group reference resource IDs.

Link copied to clipboard

Custom payload to be sent for all webhook payloads in alerting action.

Link copied to clipboard
val emailSubject: String? = null

Custom subject override for all email ids in Azure action group.