ConnectorMonitoringAlertUpdateFailure Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents a failure that occurred from updating an alert.

Namespace:   Microsoft.EnterpriseManagement.ConnectorFramework
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.ConnectorFramework::ConnectorMonitoringAlertUpdateFailure

[DataContractAttribute]
public ref class ConnectorMonitoringAlertUpdateFailure 

NameDescription
System_CAPS_pubmethodConnectorMonitoringAlertUpdateFailure()

Initializes a new ConnectorMonitoringAlertUpdateFailure object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldMessage

The message for the failure that occurred from updating an alert.

System_CAPS_pubfieldMonitoringAlertId

The globally unique identifier (GUID) of the alert that failed to get updated.

System_CAPS_pubfieldReason

A ConnectorMonitoringAlertUpdateFailureReason object that represents the reason for the failure that occurred from updating an alert.

Occurs when a failure occurs during an alert update.

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: