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 Summary
Modifier and TypeFieldDescriptionstatic final EventGroupingAggregationKind
Static value AlertPerResult for EventGroupingAggregationKind.static final EventGroupingAggregationKind
Static value SingleAlert for EventGroupingAggregationKind. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventGroupingAggregationKind
fromString
(String name) Creates or finds a EventGroupingAggregationKind from its string representation.values()
Gets known EventGroupingAggregationKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SINGLE_ALERT
Static value SingleAlert for EventGroupingAggregationKind. -
ALERT_PER_RESULT
Static value AlertPerResult for EventGroupingAggregationKind.
-
-
Constructor Details
-
EventGroupingAggregationKind
public EventGroupingAggregationKind()
-
-
Method Details
-
fromString
Creates or finds a EventGroupingAggregationKind from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding EventGroupingAggregationKind.
-
values
Gets known EventGroupingAggregationKind values.- Returns:
- known EventGroupingAggregationKind values.
-