java.lang.Object
com.azure.core.util.ExpandableStringEnum<TriggersOn>
com.azure.resourcemanager.securityinsights.models.TriggersOn

public final class TriggersOn extends com.azure.core.util.ExpandableStringEnum<TriggersOn>
Defines values for TriggersOn.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TriggersOn
    Static value Alerts for TriggersOn.
    static final TriggersOn
    Static value Incidents for TriggersOn.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static TriggersOn
    Creates or finds a TriggersOn from its string representation.
    Gets known TriggersOn values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • INCIDENTS

      public static final TriggersOn INCIDENTS
      Static value Incidents for TriggersOn.
    • ALERTS

      public static final TriggersOn ALERTS
      Static value Alerts for TriggersOn.
  • Constructor Details

    • TriggersOn

      public TriggersOn()
  • Method Details

    • fromString

      public static TriggersOn fromString(String name)
      Creates or finds a TriggersOn from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding TriggersOn.
    • values

      public static Collection<TriggersOn> values()
      Gets known TriggersOn values.
      Returns:
      known TriggersOn values.