Share via


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
System_CAPS_pubproperty Comments

Gets the comments for the monitoring alert history.

System_CAPS_pubproperty ConnectorId

Gets the globally unique identifier (GUID) for the connector associated with the alert.

System_CAPS_pubproperty Context

Gets the context of the alert.

System_CAPS_pubproperty CustomField1

Gets or sets the value of the custom field 1 for the alert.

System_CAPS_pubproperty CustomField10

Gets the value of the custom field 10 for the alert.

System_CAPS_pubproperty CustomField2

Gets the value of the custom field 2 for the alert.

System_CAPS_pubproperty CustomField3

Gets the value of the custom field 3 for the alert.

System_CAPS_pubproperty CustomField4

Gets the value of the custom field 4 for the alert.

System_CAPS_pubproperty CustomField5

Gets the value of the custom field 5 for the alert.

System_CAPS_pubproperty CustomField6

Gets the value of the custom field 6 for the alert.

System_CAPS_pubproperty CustomField7

Gets the value of the custom field 7 for the alert.

System_CAPS_pubproperty CustomField8

Gets the value of the custom field 8 for the alert.

System_CAPS_pubproperty CustomField9

Gets the value of the custom field 9 for the alert.

System_CAPS_pubproperty Id

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty ModifiedBy

Gets the name of the user that modified the alert.

System_CAPS_pubproperty MonitoringAlertId

Gets the globally unique identifier (GUID) for the alert.

System_CAPS_pubproperty Owner

Gets the owner of the alert.

System_CAPS_pubproperty ResolutionState

Gets the resolution state of the alert.

System_CAPS_pubproperty TicketId

Gets the globally unique identifier (GUID) for the ticket of the alert.

System_CAPS_pubproperty TimeAdded

Gets the time, in DateTime format, the alert was added to the system.

System_CAPS_pubproperty TimeModified

Gets the time, in DateTime format, the alert was modified to generate the history.

System_CAPS_pubproperty TimeModifiedOffset

Gets the time offset, in DateTime format, for the time the alert was modified to generate the history.

System_CAPS_pubproperty TimeResolutionStateLastModified

Gets the time, in DateTime format, the resolution state of the alert was modified.

System_CAPS_pubproperty TimeResolutionStateLastModifiedOffset

Gets the time offset, in DateTime format, for the time the resolution state of the alert was modified.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from MonitoringBase.)

System_CAPS_protmethod SetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethod 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