RuleEmailAction.CustomEmails Property
Optional. The email address of an adminstrative user.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top