MonitorAlertEventSubscriptionDestinationResponse

data class MonitorAlertEventSubscriptionDestinationResponse(val actionGroups: List<String>? = null, val description: String? = null, val endpointType: String, val severity: String? = null)

Information about the Monitor Alert destination for an event subscription.

Constructors

constructor(actionGroups: List<String>? = null, description: String? = null, endpointType: String, severity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription. Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}.

Link copied to clipboard
val description: String? = null

The description that will be attached to every Alert fired through this event subscription.

Link copied to clipboard

Type of the endpoint for the event subscription destination. Expected value is 'MonitorAlert'.

Link copied to clipboard
val severity: String? = null

The severity that will be attached to every Alert fired through this event subscription. This field must be provided.