Share via


MonitorAlertEventSubscriptionDestination Class

Definition

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
MonitorAlertEventSubscriptionDestination
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

IJsonModel<EventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EventSubscriptionDestination)
IJsonModel<EventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EventSubscriptionDestination)
IJsonModel<MonitorAlertEventSubscriptionDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MonitorAlertEventSubscriptionDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EventSubscriptionDestination)
IPersistableModel<EventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EventSubscriptionDestination)
IPersistableModel<MonitorAlertEventSubscriptionDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorAlertEventSubscriptionDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MonitorAlertEventSubscriptionDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to