AlertProperties 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
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.
- locale
- String
The locale for the email notification.