Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.ScheduledAlertRuleProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of ScheduledAlertRuleProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionScheduledAlertRuleProperties.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.ScheduledAlertRuleProperties.withAlertRuleTemplateName
(String alertRuleTemplateName) Set the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.ScheduledAlertRuleProperties.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.ScheduledAlertRuleProperties.withDescription
(String description) Set the description property: The description of the alert rule.ScheduledAlertRuleProperties.withDisplayName
(String displayName) Set the displayName property: The display name for alerts created by this alert rule.ScheduledAlertRuleProperties.withEnabled
(boolean enabled) Set the enabled property: Determines whether this alert rule is enabled or disabled.ScheduledAlertRuleProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleProperties.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.ScheduledAlertRuleProperties.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.ScheduledAlertRuleProperties.withQueryFrequency
(Duration queryFrequency) Set the queryFrequency property: The frequency (in ISO 8601 duration format) for this alert rule to run.ScheduledAlertRuleProperties.withQueryPeriod
(Duration queryPeriod) Set the queryPeriod property: The period (in ISO 8601 duration format) that this alert rule looks at.ScheduledAlertRuleProperties.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.ScheduledAlertRuleProperties.withSuppressionDuration
(Duration suppressionDuration) Set the suppressionDuration property: The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.ScheduledAlertRuleProperties.withSuppressionEnabled
(boolean suppressionEnabled) Set the suppressionEnabled property: Determines whether the suppression for this alert rule is enabled or disabled.ScheduledAlertRuleProperties.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule.ScheduledAlertRuleProperties.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.ScheduledAlertRuleProperties.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>.ScheduledAlertRuleProperties.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleProperties.withTriggerThreshold
(Integer triggerThreshold) Set the triggerThreshold property: The threshold triggers this alert rule.