MonitoringAlertConnectorStatus 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 state of the alert with regards to its connector.
public enum class MonitoringAlertConnectorStatus
[System.Runtime.Serialization.DataContract]
public enum MonitoringAlertConnectorStatus
type MonitoringAlertConnectorStatus =
Public Enum MonitoringAlertConnectorStatus
- Inheritance
-
MonitoringAlertConnectorStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotMarkedForForwarding | 0 | The alert is not being managed by a connector. |
Pending | 1 | The alert is pending forwarding. |
SuccessfullyForwarded | 2 | The alert has successfully been forwarded. |