次の方法で共有


Incident.IsActive Property

 

Optional. A boolean to indicate whether the incident is active or resolved.

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

Syntax

public bool IsActive { get; set; }
public:
property bool IsActive {
    bool get();
    void set(bool value);
}
member IsActive : bool with get, set
Public Property IsActive As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top