AlertModificationEvent Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.alertsmanagement.models.AlertModificationEvent

public enum AlertModificationEvent
extends Enum<AlertModificationEvent>

Reason for the modification.

Fields

ACTIONS_FAILED

Enum value ActionsFailed.

ACTIONS_SUPPRESSED

Enum value ActionsSuppressed.

ACTIONS_TRIGGERED

Enum value ActionsTriggered.

ACTION_RULE_SUPPRESSED

Enum value ActionRuleSuppressed.

ACTION_RULE_TRIGGERED

Enum value ActionRuleTriggered.

ALERT_CREATED

Enum value AlertCreated.

MONITOR_CONDITION_CHANGE

Enum value MonitorConditionChange.

SEVERITY_CHANGE

Enum value SeverityChange.

STATE_CHANGE

Enum value StateChange.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static AlertModificationEvent fromString(String value)

Parses a serialized value to a AlertModificationEvent instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed AlertModificationEvent object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static AlertModificationEvent valueOf(String name)

Parameters

name
String

Returns

values()

public static AlertModificationEvent[] values()

Returns

Applies to