ConnectorMonitoringAlertUpdateFailureReason Enumeration

 

Applies To: Operations Manager for System Center 2012

Provides the reason why the ConnectorMonitoringAlertUpdateFailure occurred.

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

Syntax

[DataContractAttribute]
public enum ConnectorMonitoringAlertUpdateFailureReason
[DataContractAttribute]
public enum class ConnectorMonitoringAlertUpdateFailureReason
[<DataContractAttribute>]
type ConnectorMonitoringAlertUpdateFailureReason
<DataContractAttribute>
Public Enumeration ConnectorMonitoringAlertUpdateFailureReason

Members

Member name Description
ConcurrentUpdate

The alert has been updated since the last time it was received by the connector.

DoesNotExist

The alert does not exist.

DoesNotOwn

The connector does not own the alert.

Unknown

An unknown error occurred.

Remarks

T:Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlertUpdateFailure

See Also

Microsoft.EnterpriseManagement.ConnectorFramework Namespace

Return to top