Condividi tramite


Proprietà RuleEmailAction.CustomEmails

 

Facoltativa. Indirizzo di posta elettronica di un utente amministrativo.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Sintassi

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)

Valore proprietà

Type: System.Collections.Generic.IList<String>

Vedere anche

Classe RuleEmailAction
Spazio dei nomi Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models

Torna all'inizio