Uses of Class
com.azure.resourcemanager.securityinsights.models.ScheduledAlertRuleCommonProperties
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of ScheduledAlertRuleCommonProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeClassDescriptionfinal class
Scheduled alert rule base property bag. -
Uses of ScheduledAlertRuleCommonProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionScheduledAlertRuleCommonProperties.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.ScheduledAlertRuleCommonProperties.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.ScheduledAlertRuleCommonProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleCommonProperties.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.Set the query property: The query that creates alerts for this rule.ScheduledAlertRuleCommonProperties.withQueryFrequency
(Duration queryFrequency) Set the queryFrequency property: The frequency (in ISO 8601 duration format) for this alert rule to run.ScheduledAlertRuleCommonProperties.withQueryPeriod
(Duration queryPeriod) Set the queryPeriod property: The period (in ISO 8601 duration format) that this alert rule looks at.ScheduledAlertRuleCommonProperties.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.ScheduledAlertRuleCommonProperties.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.ScheduledAlertRuleCommonProperties.withTriggerThreshold
(Integer triggerThreshold) Set the triggerThreshold property: The threshold triggers this alert rule.