次の方法で共有


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)

Syntax

public Nullable<DateTime> ResolvedTime { get; set; }
public:
property Nullable<DateTime> ResolvedTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member ResolvedTime : Nullable<DateTime> with get, set
Public Property ResolvedTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

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

Return to top