ConnectorMonitoringAlertUpdateFailure.Reason Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.