Share via


NotificationContent Class

Definition

The request body which contain contact detail metadata.

public class NotificationContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.NotificationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.NotificationContent>
public class NotificationContent
type NotificationContent = class
    interface IJsonModel<NotificationContent>
    interface IPersistableModel<NotificationContent>
type NotificationContent = class
Public Class NotificationContent
Implements IJsonModel(Of NotificationContent), IPersistableModel(Of NotificationContent)
Public Class NotificationContent
Inheritance
NotificationContent
Implements

Constructors

NotificationContent(String)

Initializes a new instance of NotificationContent.

Properties

AlertType

The value of the supported alert type. Supported alert type values are: servicehealth, metricstaticthreshold, metricsdynamicthreshold, logalertv2, smartalert, webtestalert, logalertv1numresult, logalertv1metricmeasurement, resourcehealth, activitylog, actualcostbudget, forecastedbudget.

ArmRoleReceivers

The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.

AutomationRunbookReceivers

The list of AutomationRunbook receivers that are part of this action group.

AzureAppPushReceivers

The list of AzureAppPush receivers that are part of this action group.

AzureFunctionReceivers

The list of azure function receivers that are part of this action group.

EmailReceivers

The list of email receivers that are part of this action group.

EventHubReceivers

The list of event hub receivers that are part of this action group.

ItsmReceivers

The list of ITSM receivers that are part of this action group.

LogicAppReceivers

The list of logic app receivers that are part of this action group.

SmsReceivers

The list of SMS receivers that are part of this action group.

VoiceReceivers

The list of voice receivers that are part of this action group.

WebhookReceivers

The list of webhook receivers that are part of this action group.

Explicit Interface Implementations

IJsonModel<NotificationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NotificationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NotificationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to