MonitoringAlertHistory Class
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 | |
---|---|---|
Comments | Gets the comments for the monitoring alert history. |
|
ConnectorId | Gets the globally unique identifier (GUID) for the connector associated with the alert. |
|
Context | Gets the context of the alert. |
|
CustomField1 | Gets or sets the value of the custom field 1 for the alert. |
|
CustomField10 | Gets the value of the custom field 10 for the alert. |
|
CustomField2 | Gets the value of the custom field 2 for the alert. |
|
CustomField3 | Gets the value of the custom field 3 for the alert. |
|
CustomField4 | Gets the value of the custom field 4 for the alert. |
|
CustomField5 | Gets the value of the custom field 5 for the alert. |
|
CustomField6 | Gets the value of the custom field 6 for the alert. |
|
CustomField7 | Gets the value of the custom field 7 for the alert. |
|
CustomField8 | Gets the value of the custom field 8 for the alert. |
|
CustomField9 | Gets the value of the custom field 9 for the alert. |
|
Id | (Inherited from MonitoringBaseWithId.) |
|
ManagementGroup | (Inherited from MonitoringBase.) |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
ModifiedBy | Gets the name of the user that modified the alert. |
|
MonitoringAlertId | Gets the globally unique identifier (GUID) for the alert. |
|
Owner | Gets the owner of the alert. |
|
ResolutionState | Gets the resolution state of the alert. |
|
TicketId | Gets the globally unique identifier (GUID) for the ticket of the alert. |
|
TimeAdded | Gets the time, in DateTime format, the alert was added to the system. |
|
TimeModified | Gets the time, in DateTime format, the alert was modified to generate the history. |
|
TimeModifiedOffset | Gets the time offset, in DateTime format, for the time the alert was modified to generate the history. |
|
TimeResolutionStateLastModified | Gets the time, in DateTime format, the resolution state of the alert was modified. |
|
TimeResolutionStateLastModifiedOffset | Gets the time offset, in DateTime format, for the time the resolution state of the alert was modified. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from MonitoringBaseWithId.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from MonitoringBaseWithId.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | (Inherited from MonitoringBase.) |
|
SetId(Guid) | (Inherited from MonitoringBaseWithId.) |
|
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