Incident.ResolvedTime Property

 

Optional. The time at which the incident was resolved. If null, it means the incident is still active.

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

public Nullable<DateTime> ResolvedTime { get; set; }

Property Value

Type: System.Nullable<DateTime>
Return to top
Show: