Incident.IsActive 属性
可选。 一个布尔值指示事件是否为活动或已解决。
命名空间: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
程序集: Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)
语法
public bool IsActive { get; set; }
public:
property bool IsActive {
bool get();
void set(bool value);
}
member IsActive : bool with get, set
Public Property IsActive As Boolean
属性值
Type: System.Boolean
请参阅
Incident 类
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 命名空间
返回页首