Incident Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An alert incident indicates the activation status of an alert rule.
public class Incident
type Incident = class
Public Class Incident
- Inheritance
-
Incident
Constructors
Incident() |
Initializes a new instance of the Incident class. |
Properties
ActivatedTime |
Optional. The time at which the incident got activated. |
Id |
Optional. Incident identifier. |
IsActive |
Optional. A boolean to indicate whether the incident is active or resolved. |
ResolvedTime |
Optional. The time at which the incident got resolved. If null, it means the incident is still active. |
RuleId |
Optional. Rule identifier that is associated with the incident. |