RuleEmailAction Constructors

Definition

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

sendToServiceOwners
Nullable<Boolean>

Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.

customEmails
IList<String>

the list of administrator's custom email addresses to notify of the activation of the alert.

Applies to