Uses of Class
com.azure.resourcemanager.securityinsights.models.EventGroupingAggregationKind
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of EventGroupingAggregationKind in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final EventGroupingAggregationKind
EventGroupingAggregationKind.ALERT_PER_RESULT
Static value AlertPerResult for EventGroupingAggregationKind.static final EventGroupingAggregationKind
EventGroupingAggregationKind.SINGLE_ALERT
Static value SingleAlert for EventGroupingAggregationKind.Modifier and TypeMethodDescriptionEventGroupingSettings.aggregationKind()
Get the aggregationKind property: The event grouping aggregation kinds.static EventGroupingAggregationKind
EventGroupingAggregationKind.fromString
(String name) Creates or finds a EventGroupingAggregationKind from its string representation.Modifier and TypeMethodDescriptionEventGroupingAggregationKind.values()
Gets known EventGroupingAggregationKind values.Modifier and TypeMethodDescriptionEventGroupingSettings.withAggregationKind
(EventGroupingAggregationKind aggregationKind) Set the aggregationKind property: The event grouping aggregation kinds.