Freigeben über


NotificationRequestBody Class

Definition

The request body which contain contact detail metadata

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.NotificationRequestBodyTypeConverter))]
public class NotificationRequestBody : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.INotificationRequestBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.NotificationRequestBodyTypeConverter))>]
type NotificationRequestBody = class
    interface INotificationRequestBody
    interface IJsonSerializable
Public Class NotificationRequestBody
Implements INotificationRequestBody
Inheritance
NotificationRequestBody
Attributes
Implements

Constructors

NotificationRequestBody()

Creates an new NotificationRequestBody instance.

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

ArmRoleReceiver

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.

AutomationRunbookReceiver

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

AzureAppPushReceiver

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

AzureFunctionReceiver

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

EmailReceiver

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

EventHubReceiver

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

ItsmReceiver

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

LogicAppReceiver

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

SmsReceiver

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

VoiceReceiver

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

WebhookReceiver

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NotificationRequestBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NotificationRequestBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.INotificationRequestBody.

FromJsonString(String)

Creates a new instance of NotificationRequestBody, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NotificationRequestBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to