Incident 类
警报的事件指示警报规则的激活状态。
命名空间: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
程序集: Microsoft.WindowsAzure.Management.Monitoring(Microsoft.WindowsAzure.Management.Monitoring.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Incident
语法
public class Incident
public ref class Incident
type Incident = class end
Public Class Incident
构造函数
名称 | 说明 | |
---|---|---|
Incident() | 初始化事件类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
ActivatedTime | 可选。 激活事件得到的时间。 |
|
Id | 可选。 事件标识符。 |
|
IsActive | 可选。 一个布尔值指示事件是否为活动或已解决。 |
|
ResolvedTime | 可选。 此时事件得到解决时间。 如果为 null,则意味着该事件是仍处于活动状态。 |
|
RuleId | 可选。 与事件相关联的规则标识符。 |
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (从 Object 继承。) |
|
Finalize() | (从 Object 继承。) |
|
GetHashCode() | (从 Object 继承。) |
|
GetType() | (从 Object 继承。) |
|
MemberwiseClone() | (从 Object 继承。) |
|
ToString() | (从 Object 继承。) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 命名空间
返回页首