Uses of Class
com.azure.resourcemanager.securityinsights.models.NrtAlertRule
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of NrtAlertRule in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionNrtAlertRule.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.NrtAlertRule.withAlertRuleTemplateName
(String alertRuleTemplateName) Set the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.NrtAlertRule.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.NrtAlertRule.withDescription
(String description) Set the description property: The description of the alert rule.NrtAlertRule.withDisplayName
(String displayName) Set the displayName property: The display name for alerts created by this alert rule.NrtAlertRule.withEnabled
(Boolean enabled) Set the enabled property: Determines whether this alert rule is enabled or disabled.NrtAlertRule.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.Set the etag property: Etag of the azure resource.NrtAlertRule.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.NrtAlertRule.withIncidentConfiguration
(IncidentConfiguration incidentConfiguration) Set the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.Set the query property: The query that creates alerts for this rule.NrtAlertRule.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.NrtAlertRule.withSuppressionDuration
(Duration suppressionDuration) Set the suppressionDuration property: The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.NrtAlertRule.withSuppressionEnabled
(Boolean suppressionEnabled) Set the suppressionEnabled property: Determines whether the suppression for this alert rule is enabled or disabled.NrtAlertRule.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule.NrtAlertRule.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.NrtAlertRule.withTemplateVersion
(String templateVersion) Set the templateVersion property: The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>.