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