MonitorAlertEventSubscriptionDestinationProperties interface
The properties that represent the Monitor Alert destination of an event subscription.
Properties
| action |
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}. |
| description | The description that will be attached to every Alert fired through this event subscription. |
| severity | The severity that will be attached to every Alert fired through this event subscription. This field must be provided. |
Property Details
actionGroups
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}.
actionGroups?: string[]
Property Value
string[]
description
The description that will be attached to every Alert fired through this event subscription.
description?: string
Property Value
string
severity
The severity that will be attached to every Alert fired through this event subscription. This field must be provided.
severity?: string
Property Value
string