Class EventGroupingAggregationKind

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

public final class EventGroupingAggregationKind extends com.azure.core.util.ExpandableStringEnum<EventGroupingAggregationKind>
The event grouping aggregation kinds.
  • Field Details

    • SINGLE_ALERT

      public static final EventGroupingAggregationKind SINGLE_ALERT
      Static value SingleAlert for EventGroupingAggregationKind.
    • ALERT_PER_RESULT

      public static final EventGroupingAggregationKind ALERT_PER_RESULT
      Static value AlertPerResult for EventGroupingAggregationKind.
  • Constructor Details

    • EventGroupingAggregationKind

      public EventGroupingAggregationKind()
  • Method Details

    • fromString

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

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