EmailNotification 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
EmailNotification() | |
EmailNotification(Nullable<Boolean>, Nullable<Boolean>, IList<String>) |
EmailNotification()
public EmailNotification ();
Public Sub New ()
Applies to
EmailNotification(Nullable<Boolean>, Nullable<Boolean>, IList<String>)
public EmailNotification (bool? sendToSubscriptionAdministrator = default, bool? sendToSubscriptionCoAdministrators = default, System.Collections.Generic.IList<string> customEmails = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailNotification : Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.EmailNotification
Public Sub New (Optional sendToSubscriptionAdministrator As Nullable(Of Boolean) = Nothing, Optional sendToSubscriptionCoAdministrators As Nullable(Of Boolean) = Nothing, Optional customEmails As IList(Of String) = Nothing)