Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.MLBehaviorAnalyticsAlertRuleTemplateProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of MLBehaviorAnalyticsAlertRuleTemplateProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionMLBehaviorAnalyticsAlertRuleTemplateProperties.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.MLBehaviorAnalyticsAlertRuleTemplateProperties.withDescription
(String description) Set the description property: The description of the alert rule template.MLBehaviorAnalyticsAlertRuleTemplateProperties.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.MLBehaviorAnalyticsAlertRuleTemplateProperties.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.MLBehaviorAnalyticsAlertRuleTemplateProperties.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.MLBehaviorAnalyticsAlertRuleTemplateProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.MLBehaviorAnalyticsAlertRuleTemplateProperties.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule.MLBehaviorAnalyticsAlertRuleTemplateProperties.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.