Proprietà Rule.Actions
Facoltativa. Azioni della regola.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintassi
public IList<RuleAction> Actions { get; set; }
public:
property IList<RuleAction^>^ Actions {
IList<RuleAction^>^ get();
void set(IList<RuleAction^>^ value);
}
member Actions : IList<RuleAction> with get, set
Public Property Actions As IList(Of RuleAction)
Valore proprietà
Type: System.Collections.Generic.IList<RuleAction>
Vedere anche
Classe Rule
Spazio dei nomi Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Torna all'inizio