ActivityLogAlertAction

data class ActivityLogAlertAction(val actionGroupId: String, val webhookProperties: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(actionGroupId: String, webhookProperties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Action Group can be sourced from the azure.monitoring.ActionGroup resource.

Link copied to clipboard

The map of custom string properties to include with the post operation. These data are appended to the webhook payload.