Uses of Class
com.azure.resourcemanager.securityinsights.models.QueryBasedAlertRuleTemplateProperties
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of QueryBasedAlertRuleTemplateProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionQueryBasedAlertRuleTemplateProperties.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.QueryBasedAlertRuleTemplateProperties.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.QueryBasedAlertRuleTemplateProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.QueryBasedAlertRuleTemplateProperties.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.Set the query property: The query that creates alerts for this rule.QueryBasedAlertRuleTemplateProperties.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.QueryBasedAlertRuleTemplateProperties.withVersion
(String version) Set the version property: The version of this template - in format <a.b.c>, where all are numbers.