Incident.ActivatedTime 属性

 

可选。 激活事件得到的时间。

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

语法

public DateTime ActivatedTime { get; set; }
public:
property DateTime ActivatedTime {
    DateTime get();
    void set(DateTime value);
}
member ActivatedTime : DateTime with get, set
Public Property ActivatedTime As Date

属性值

Type: System.DateTime

请参阅

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

返回页首