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