Rule.IsEnabled 属性
可选。 一个标志,确定是启用还是禁用该规则。
命名空间: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
程序集: Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)
语法
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
bool get();
void set(bool value);
}
member IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
属性值
Type: System.Boolean
请参阅
Rule 类
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 命名空间
返回页首