你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EmailReceiver Class

Definition

An email receiver.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.EmailReceiverTypeConverter))]
public class EmailReceiver : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IEmailReceiver
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.EmailReceiverTypeConverter))>]
type EmailReceiver = class
    interface IActionGroupReceiver
    interface IEmailReceiver
    interface IJsonSerializable
Public Class EmailReceiver
Implements IActionGroupReceiver, IEmailReceiver
Inheritance
EmailReceiver
Attributes
Implements

Constructors

EmailReceiver()

Creates an new EmailReceiver instance.

Properties

EmailAddress

The email address of this receiver.

Name

The name of the email receiver. Names must be unique across all receivers within an action group.

Status

The receiver status of the e-mail.

UseCommonAlertSchema

Indicates whether to use common alert schema.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EmailReceiver.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EmailReceiver.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EmailReceiver into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to