ConnectorMonitoringAlertUpdateFailure.Reason Field

Definition

The reason for the failure.

public: Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorMonitoringAlertUpdateFailureReason Reason;
[System.Runtime.Serialization.DataMember]
public Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlertUpdateFailureReason Reason;
val mutable Reason : Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlertUpdateFailureReason
Public Reason As ConnectorMonitoringAlertUpdateFailureReason 

Field Value

ConnectorMonitoringAlertUpdateFailureReason
Attributes

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.

Applies to