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

EmailNotification Constructors

Definition

Overloads

EmailNotification()

Initializes a new instance of the EmailNotification class.

EmailNotification(EmailNotification)

Initializes a new instance of the EmailNotification class.

EmailNotification()

Initializes a new instance of the EmailNotification class.

public EmailNotification ();
Public Sub New ()

Applies to

EmailNotification(EmailNotification)

Initializes a new instance of the EmailNotification class.

public EmailNotification (Microsoft.Azure.Management.Monitor.Models.EmailNotification emailNotification);
new Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification : Microsoft.Azure.Management.Monitor.Models.EmailNotification -> Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification
Public Sub New (emailNotification As EmailNotification)

Parameters

emailNotification
EmailNotification

The e-mail notification

Applies to