ConnectorMonitoringAlertUpdateFailureReason Enum
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 type of alert update failure.
public enum class ConnectorMonitoringAlertUpdateFailureReason
[System.Runtime.Serialization.DataContract]
public enum ConnectorMonitoringAlertUpdateFailureReason
type ConnectorMonitoringAlertUpdateFailureReason =
Public Enum ConnectorMonitoringAlertUpdateFailureReason
- Inheritance
-
ConnectorMonitoringAlertUpdateFailureReason
- Attributes
Fields
| ConcurrentUpdate | 1 | The alert has been updated since the last time it was received by the connector. |
| DoesNotExist | 2 | The alert did not exist. |
| DoesNotOwn | 3 | The connector does not own the alert. |
| Unknown | 0 | Unknown error. |
Remarks
T:Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlertUpdateFailure