Incident Members
An alert incident indicates the activation status of an alert rule.
The following tables list the members exposed by the Incident type.
Public Constructors
Name | Description | |
---|---|---|
Incident | Initializes a new instance of the Incident class. |
Top
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Incident Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace