RuleListResponse.Value 属性

 

可选。 警报规则集合。

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

语法

public IList<Rule> Value { get; set; }
public:
property IList<Rule^>^ Value {
    IList<Rule^>^ get();
    void set(IList<Rule^>^ value);
}
member Value : IList<Rule> with get, set
Public Property Value As IList(Of Rule)

属性值

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

请参阅

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

返回页首