RuleEmailAction::CustomEmails Property

 

Optional. A list of administrator's custom email addresses notifiy of the activation of the alert.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
property IList<String^>^ CustomEmails {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}
Return to top
Show: