Uses of Class
com.azure.resourcemanager.securityinsights.models.ScheduledAlertRuleTemplate
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ScheduledAlertRuleTemplate in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionScheduledAlertRuleTemplate.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.ScheduledAlertRuleTemplate.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.ScheduledAlertRuleTemplate.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.ScheduledAlertRuleTemplate.withDescription
(String description) Set the description property: The description of the alert rule template.ScheduledAlertRuleTemplate.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.ScheduledAlertRuleTemplate.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleTemplate.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.Set the query property: The query that creates alerts for this rule.ScheduledAlertRuleTemplate.withQueryFrequency
(Duration queryFrequency) Set the queryFrequency property: The frequency (in ISO 8601 duration format) for this alert rule to run.ScheduledAlertRuleTemplate.withQueryPeriod
(Duration queryPeriod) Set the queryPeriod property: The period (in ISO 8601 duration format) that this alert rule looks at.ScheduledAlertRuleTemplate.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data connectors for this template.ScheduledAlertRuleTemplate.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.ScheduledAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.ScheduledAlertRuleTemplate.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule template.ScheduledAlertRuleTemplate.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.ScheduledAlertRuleTemplate.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleTemplate.withTriggerThreshold
(Integer triggerThreshold) Set the triggerThreshold property: The threshold triggers this alert rule.ScheduledAlertRuleTemplate.withVersion
(String version) Set the version property: The version of this template - in format <a.b.c>, where all are numbers.