MonitorAlertEventSubscriptionDestinationProperties Class

The properties that represent the Monitor Alert destination of an event subscription.

Constructor

MonitorAlertEventSubscriptionDestinationProperties(*args: Any, **kwargs: Any)

Variables

Name Description
severity

The severity that will be attached to every Alert fired through this event subscription. This field must be provided. Known values are: "Sev0", "Sev1", "Sev2", "Sev3", and "Sev4".

description
str

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

action_groups

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

Attributes

action_groups

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

action_groups: list[str] | None

description

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

description: str | None

severity

The severity that will be attached to every Alert fired through this event subscription. This field must be provided. Known values are: "Sev0", "Sev1", "Sev2", "Sev3", and "Sev4".

severity: str | _models.MonitorAlertSeverity | None