Aracılığıyla paylaş


AlertProperties Constructors

Definition

Overloads

AlertProperties()

Initializes a new instance of the AlertProperties class.

AlertProperties(String, IList<String>, String)

Initializes a new instance of the AlertProperties class.

AlertProperties()

Initializes a new instance of the AlertProperties class.

public AlertProperties ();
Public Sub New ()

Applies to

AlertProperties(String, IList<String>, String)

Initializes a new instance of the AlertProperties class.

public AlertProperties (string sendToOwners = default, System.Collections.Generic.IList<string> customEmailAddresses = default, string locale = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AlertProperties : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AlertProperties
Public Sub New (Optional sendToOwners As String = Nothing, Optional customEmailAddresses As IList(Of String) = Nothing, Optional locale As String = Nothing)

Parameters

sendToOwners
String

A value indicating whether to send email to subscription administrator.

customEmailAddresses
IList<String>

The custom email address for sending emails.

locale
String

The locale for the email notification.

Applies to