MonitorAlertEventSubscriptionDestination Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the Monitor Alert destination for an event subscription.
public class MonitorAlertEventSubscriptionDestination : Azure.ResourceManager.EventGrid.Models.EventSubscriptionDestination, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventGrid.Models.MonitorAlertEventSubscriptionDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventGrid.Models.MonitorAlertEventSubscriptionDestination>
type MonitorAlertEventSubscriptionDestination = class
inherit EventSubscriptionDestination
interface IJsonModel<MonitorAlertEventSubscriptionDestination>
interface IPersistableModel<MonitorAlertEventSubscriptionDestination>
Public Class MonitorAlertEventSubscriptionDestination
Inherits EventSubscriptionDestination
Implements IJsonModel(Of MonitorAlertEventSubscriptionDestination), IPersistableModel(Of MonitorAlertEventSubscriptionDestination)
- Inheritance
- Implements
Constructors
MonitorAlertEventSubscriptionDestination() |
Initializes a new instance of MonitorAlertEventSubscriptionDestination. |
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. |
Severity |
The severity that will be attached to every Alert fired through this event subscription. This field must be provided. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET