Class EventGroupingSettings
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EventGroupingSettings
Event grouping settings property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the aggregationKind property: The event grouping aggregation kinds.void
validate()
Validates the instance.withAggregationKind
(EventGroupingAggregationKind aggregationKind) Set the aggregationKind property: The event grouping aggregation kinds.
-
Constructor Details
-
EventGroupingSettings
public EventGroupingSettings()
-
-
Method Details
-
aggregationKind
Get the aggregationKind property: The event grouping aggregation kinds.- Returns:
- the aggregationKind value.
-
withAggregationKind
Set the aggregationKind property: The event grouping aggregation kinds.- Parameters:
aggregationKind
- the aggregationKind value to set.- Returns:
- the EventGroupingSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-