SmartGroupModificationEvent Enum

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

public enum SmartGroupModificationEvent
extends Enum<SmartGroupModificationEvent>

Reason for the modification.

Fields

ALERT_ADDED

Enum value AlertAdded.

ALERT_REMOVED

Enum value AlertRemoved.

SMART_GROUP_CREATED

Enum value SmartGroupCreated.

STATE_CHANGE

Enum value StateChange.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static SmartGroupModificationEvent fromString(String value)

Parses a serialized value to a SmartGroupModificationEvent instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static SmartGroupModificationEvent valueOf(String name)

Parameters

name
String

Returns

values()

public static SmartGroupModificationEvent[] values()

Returns

Applies to