Class TriggersOn
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TriggersOn>
com.azure.resourcemanager.securityinsights.models.TriggersOn
Defines values for TriggersOn.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TriggersOn
Static value Alerts for TriggersOn.static final TriggersOn
Static value Incidents for TriggersOn. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TriggersOn
fromString
(String name) Creates or finds a TriggersOn from its string representation.static Collection<TriggersOn>
values()
Gets known TriggersOn values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INCIDENTS
Static value Incidents for TriggersOn. -
ALERTS
Static value Alerts for TriggersOn.
-
-
Constructor Details
-
TriggersOn
public TriggersOn()
-
-
Method Details
-
fromString
Creates or finds a TriggersOn from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding TriggersOn.
-
values
Gets known TriggersOn values.- Returns:
- known TriggersOn values.
-