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

SendTestAlertEmailRequest 构造函数

定义

重载

SendTestAlertEmailRequest()
SendTestAlertEmailRequest(IList<String>)

SendTestAlertEmailRequest()

public SendTestAlertEmailRequest ();
Public Sub New ()

适用于

SendTestAlertEmailRequest(IList<String>)

public SendTestAlertEmailRequest (System.Collections.Generic.IList<string> emailList);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.SendTestAlertEmailRequest : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.SendTestAlertEmailRequest
Public Sub New (emailList As IList(Of String))

参数

emailList
IList<String>

适用于