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)
Syntax
public IList<string> CustomEmails { get; set; }
public:
property IList<String^>^ CustomEmails {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member CustomEmails : IList<string> with get, set
Public Property CustomEmails As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
See Also
RuleEmailAction Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top