RuleEmailAction Class
Specifies the action to send email when the rule condition is evaluated.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Management.Insights.Models.RuleAction
Microsoft.Azure.Management.Insights.Models.RuleEmailAction
Syntax
public class RuleEmailAction : RuleAction
public ref class RuleEmailAction : RuleAction
type RuleEmailAction =
class
inherit RuleAction
end
Public Class RuleEmailAction
Inherits RuleAction
Constructors
Name | Description | |
---|---|---|
RuleEmailAction() | Initializes a new instance of the RuleEmailAction class. |
Properties
Name | Description | |
---|---|---|
CustomEmails | Optional. A list of administrator's custom email addresses notifiy of the activation of the alert. |
|
SendToServiceOwners | Optional. Whether the administrators (service and co-adiminstrators) of the service should be notified when the alert is activated. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Management.Insights.Models Namespace
Return to top