ConnectorMonitoringAlertUpdateFailure Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Represents a failure that occurred from updating an alert.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Microsoft.EnterpriseManagement.ConnectorFramework::ConnectorMonitoringAlertUpdateFailure
| Name | Description | |
|---|---|---|
![]() | ConnectorMonitoringAlertUpdateFailure() | Initializes a new ConnectorMonitoringAlertUpdateFailure object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Message | The message for the failure that occurred from updating an alert. |
![]() | MonitoringAlertId | The globally unique identifier (GUID) of the alert that failed to get updated. |
![]() | Reason | 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.


