Rule.Actions 属性

 

可选。 规则操作。

命名空间:   Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
程序集:  Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)

语法

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)

属性值

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

请参阅

Rule 类
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 命名空间

返回页首