Rule.Actions Property
Optional. Rule actions.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
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)
Property Value
Type: System.Collections.Generic.IList<RuleAction>
See Also
Rule Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top