Uses of Class
com.azure.resourcemanager.securityinsights.models.IncidentConfiguration
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentConfiguration in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionNrtAlertRuleProperties.incidentConfiguration()
Get the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.ScheduledAlertRuleProperties.incidentConfiguration()
Get the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.Modifier and TypeMethodDescriptionNrtAlertRuleProperties.withIncidentConfiguration
(IncidentConfiguration incidentConfiguration) Set the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.ScheduledAlertRuleProperties.withIncidentConfiguration
(IncidentConfiguration incidentConfiguration) Set the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule. -
Uses of IncidentConfiguration in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionNrtAlertRule.incidentConfiguration()
Get the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.ScheduledAlertRule.incidentConfiguration()
Get the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.IncidentConfiguration.withCreateIncident
(boolean createIncident) Set the createIncident property: Create incidents from alerts triggered by this analytics rule.IncidentConfiguration.withGroupingConfiguration
(GroupingConfiguration groupingConfiguration) Set the groupingConfiguration property: Set how the alerts that are triggered by this analytics rule, are grouped into incidents.Modifier and TypeMethodDescriptionNrtAlertRule.withIncidentConfiguration
(IncidentConfiguration incidentConfiguration) Set the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.ScheduledAlertRule.withIncidentConfiguration
(IncidentConfiguration incidentConfiguration) Set the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.