MonitoringAlertHistory Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring::MonitoringAlertHistory

[SerializableAttribute]
public ref class MonitoringAlertHistory : MonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyComments

Gets the comments for the monitoring alert history.

System_CAPS_pubpropertyConnectorId

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

System_CAPS_pubpropertyContext

Gets the context of the alert.

System_CAPS_pubpropertyCustomField1

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

System_CAPS_pubpropertyCustomField10

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

System_CAPS_pubpropertyCustomField2

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

System_CAPS_pubpropertyCustomField3

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

System_CAPS_pubpropertyCustomField4

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

System_CAPS_pubpropertyCustomField5

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

System_CAPS_pubpropertyCustomField6

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

System_CAPS_pubpropertyCustomField7

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

System_CAPS_pubpropertyCustomField8

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

System_CAPS_pubpropertyCustomField9

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

System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyModifiedBy

Gets the name of the user that modified the alert.

System_CAPS_pubpropertyMonitoringAlertId

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

System_CAPS_pubpropertyOwner

Gets the owner of the alert.

System_CAPS_pubpropertyResolutionState

Gets the resolution state of the alert.

System_CAPS_pubpropertyTicketId

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

System_CAPS_pubpropertyTimeAdded

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

System_CAPS_pubpropertyTimeModified

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

System_CAPS_pubpropertyTimeModifiedOffset

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

System_CAPS_pubpropertyTimeResolutionStateLastModified

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

System_CAPS_pubpropertyTimeResolutionStateLastModifiedOffset

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

(Inherited from MonitoringBase.)

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: