ConnectorMonitoringAlertUpdateFailure.Reason Field
Applies To: Operations Manager for System Center 2012
A ConnectorMonitoringAlertUpdateFailureReason object that represents the reason for the failure that occurred from updating an alert.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute]
public ConnectorMonitoringAlertUpdateFailureReason Reason
public:
[DataMemberAttribute]
ConnectorMonitoringAlertUpdateFailureReason Reason
[<DataMemberAttribute>]
val mutable Reason : ConnectorMonitoringAlertUpdateFailureReason
<DataMemberAttribute>
Public Reason As ConnectorMonitoringAlertUpdateFailureReason
Field Value
Type: Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlertUpdateFailureReason
Remarks
The enumerated value will be one of the following:
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.
See Also
ConnectorMonitoringAlertUpdateFailure Class
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top