Enum AlertModificationEvent

java.lang.Object
java.lang.Enum<AlertModificationEvent>
com.azure.resourcemanager.alertsmanagement.models.AlertModificationEvent
All Implemented Interfaces:
Serializable, Comparable<AlertModificationEvent>, java.lang.constant.Constable

public enum AlertModificationEvent extends Enum<AlertModificationEvent>
Reason for the modification.
  • Enum Constant Details

    • ALERT_CREATED

      public static final AlertModificationEvent ALERT_CREATED
      Enum value AlertCreated.
    • STATE_CHANGE

      public static final AlertModificationEvent STATE_CHANGE
      Enum value StateChange.
    • MONITOR_CONDITION_CHANGE

      public static final AlertModificationEvent MONITOR_CONDITION_CHANGE
      Enum value MonitorConditionChange.
    • SEVERITY_CHANGE

      public static final AlertModificationEvent SEVERITY_CHANGE
      Enum value SeverityChange.
    • ACTION_RULE_TRIGGERED

      public static final AlertModificationEvent ACTION_RULE_TRIGGERED
      Enum value ActionRuleTriggered.
    • ACTION_RULE_SUPPRESSED

      public static final AlertModificationEvent ACTION_RULE_SUPPRESSED
      Enum value ActionRuleSuppressed.
    • ACTIONS_TRIGGERED

      public static final AlertModificationEvent ACTIONS_TRIGGERED
      Enum value ActionsTriggered.
    • ACTIONS_SUPPRESSED

      public static final AlertModificationEvent ACTIONS_SUPPRESSED
      Enum value ActionsSuppressed.
    • ACTIONS_FAILED

      public static final AlertModificationEvent ACTIONS_FAILED
      Enum value ActionsFailed.
  • Method Details

    • values

      public static AlertModificationEvent[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AlertModificationEvent valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static AlertModificationEvent fromString(String value)
      Parses a serialized value to a AlertModificationEvent instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed AlertModificationEvent object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<AlertModificationEvent>