ConfigureAlertRequestProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- locale
- String
The locale for the email notification.