共用方式為


SendTestAlertEmailRequest Constructors

Definition

Overloads

SendTestAlertEmailRequest()

Initializes a new instance of the SendTestAlertEmailRequest class.

SendTestAlertEmailRequest(IList<String>)

Initializes a new instance of the SendTestAlertEmailRequest class.

SendTestAlertEmailRequest()

Initializes a new instance of the SendTestAlertEmailRequest class.

public SendTestAlertEmailRequest ();
Public Sub New ()

Applies to

SendTestAlertEmailRequest(IList<String>)

Initializes a new instance of the SendTestAlertEmailRequest class.

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

Parameters

emailList
IList<String>

The list of email IDs to send the test alert email

Applies to