MonitorAlertEventSubscriptionDestination interface

Information about the Monitor Alert destination for an event subscription.

Extends

Properties

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}.

description

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

endpointType

Polymorphic discriminator, which specifies the different types this object can be

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

endpointType

Polymorphic discriminator, which specifies the different types this object can be

endpointType: "MonitorAlert"

Property Value

"MonitorAlert"

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