Share via


ConfigureAlertRequestProperties Constructors

Definition

Overloads

ConfigureAlertRequestProperties()

Initializes a new instance of the ConfigureAlertRequestProperties class.

ConfigureAlertRequestProperties(String, IList<String>, String)

Initializes a new instance of the ConfigureAlertRequestProperties class.

ConfigureAlertRequestProperties()

Initializes a new instance of the ConfigureAlertRequestProperties class.

public ConfigureAlertRequestProperties ();
Public Sub New ()

Applies to

ConfigureAlertRequestProperties(String, IList<String>, String)

Initializes a new instance of the ConfigureAlertRequestProperties class.

public ConfigureAlertRequestProperties (string sendToOwners = default, System.Collections.Generic.IList<string> customEmailAddresses = default, string locale = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ConfigureAlertRequestProperties : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ConfigureAlertRequestProperties
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