次の方法で共有


Incident.ActivatedTime Property

 

Optional. The time at which the incident was activated.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

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

Property Value

Type: System.DateTime

See Also

Incident Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top