RuleEmailAction 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
RuleEmailAction() |
Initializes a new instance of the RuleEmailAction class. |
RuleEmailAction(Nullable<Boolean>, IList<String>) |
Initializes a new instance of the RuleEmailAction class. |
RuleEmailAction()
Initializes a new instance of the RuleEmailAction class.
public RuleEmailAction ();
Public Sub New ()
Applies to
RuleEmailAction(Nullable<Boolean>, IList<String>)
Initializes a new instance of the RuleEmailAction class.
public RuleEmailAction (bool? sendToServiceOwners = default, System.Collections.Generic.IList<string> customEmails = default);
new Microsoft.Azure.Management.Monitor.Models.RuleEmailAction : Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Monitor.Models.RuleEmailAction
Public Sub New (Optional sendToServiceOwners As Nullable(Of Boolean) = Nothing, Optional customEmails As IList(Of String) = Nothing)
Parameters
Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.
the list of administrator's custom email addresses to notify of the activation of the alert.