ServiceAlertModificationEvent 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.
Reason for the modification.
public enum ServiceAlertModificationEvent
type ServiceAlertModificationEvent =
Public Enum ServiceAlertModificationEvent
- Inheritance
-
ServiceAlertModificationEvent
Fields
Name | Value | Description |
---|---|---|
AlertCreated | 0 | AlertCreated. |
StateChange | 1 | StateChange. |
MonitorConditionChange | 2 | MonitorConditionChange. |
SeverityChange | 3 | SeverityChange. |
ActionRuleTriggered | 4 | ActionRuleTriggered. |
ActionRuleSuppressed | 5 | ActionRuleSuppressed. |
ActionsTriggered | 6 | ActionsTriggered. |
ActionsSuppressed | 7 | ActionsSuppressed. |
ActionsFailed | 8 | ActionsFailed. |