Applies To: Operations Manager for System Center 2012
Contains information about the history of a monitoring alert.
Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertHistory
Syntax
[SerializableAttribute]
public class MonitoringAlertHistory : MonitoringBaseWithId
[SerializableAttribute]
public ref class MonitoringAlertHistory : MonitoringBaseWithId
[<SerializableAttribute>]
type MonitoringAlertHistory = 
    class
        inherit MonitoringBaseWithId
    end
<SerializableAttribute>
Public Class MonitoringAlertHistory
    Inherits MonitoringBaseWithId
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Comments | Gets the comments for the monitoring alert history. | 
| .jpeg) | ConnectorId | Gets the globally unique identifier (GUID) for the connector associated with the alert. | 
| .jpeg) | Context | Gets the context of the alert. | 
| .jpeg) | CustomField1 | Gets or sets the value of the custom field 1 for the alert. | 
| .jpeg) | CustomField10 | Gets the value of the custom field 10 for the alert. | 
| .jpeg) | CustomField2 | Gets the value of the custom field 2 for the alert. | 
| .jpeg) | CustomField3 | Gets the value of the custom field 3 for the alert. | 
| .jpeg) | CustomField4 | Gets the value of the custom field 4 for the alert. | 
| .jpeg) | CustomField5 | Gets the value of the custom field 5 for the alert. | 
| .jpeg) | CustomField6 | Gets the value of the custom field 6 for the alert. | 
| .jpeg) | CustomField7 | Gets the value of the custom field 7 for the alert. | 
| .jpeg) | CustomField8 | Gets the value of the custom field 8 for the alert. | 
| .jpeg) | CustomField9 | Gets the value of the custom field 9 for the alert. | 
| .jpeg) | Id | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | ManagementGroup | (Inherited from MonitoringBase.) | 
| .jpeg) | ManagementGroupId | (Inherited from MonitoringBase.) | 
| .jpeg) | ModifiedBy | Gets the name of the user that modified the alert. | 
| .jpeg) | MonitoringAlertId | Gets the globally unique identifier (GUID) for the alert. | 
| .jpeg) | Owner | Gets the owner of the alert. | 
| .jpeg) | ResolutionState | Gets the resolution state of the alert. | 
| .jpeg) | TicketId | Gets the globally unique identifier (GUID) for the ticket of the alert. | 
| .jpeg) | TimeAdded | Gets the time, in DateTime format, the alert was added to the system. | 
| .jpeg) | TimeModified | Gets the time, in DateTime format, the alert was modified to generate the history. | 
| .jpeg) | TimeModifiedOffset | Gets the time offset, in DateTime format, for the time the alert was modified to generate the history. | 
| .jpeg) | TimeResolutionStateLastModified | Gets the time, in DateTime format, the resolution state of the alert was modified. | 
| .jpeg) | TimeResolutionStateLastModifiedOffset | Gets the time offset, in DateTime format, for the time the resolution state of the alert was modified. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Reconnect(EnterpriseManagementGroup) | (Inherited from MonitoringBase.) | 
| .jpeg) | SetId(Guid) | (Inherited from MonitoringBaseWithId.) | 
| .jpeg) | ToString() | (Inherited from MonitoringBase.) | 
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top