Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.MicrosoftSecurityIncidentCreationAlertRuleProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of MicrosoftSecurityIncidentCreationAlertRuleProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionMicrosoftSecurityIncidentCreationAlertRuleProperties.withAlertRuleTemplateName
(String alertRuleTemplateName) Set the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.MicrosoftSecurityIncidentCreationAlertRuleProperties.withDescription
(String description) Set the description property: The description of the alert rule.MicrosoftSecurityIncidentCreationAlertRuleProperties.withDisplayName
(String displayName) Set the displayName property: The display name for alerts created by this alert rule.MicrosoftSecurityIncidentCreationAlertRuleProperties.withDisplayNamesExcludeFilter
(List<String> displayNamesExcludeFilter) Set the displayNamesExcludeFilter property: the alerts' displayNames on which the cases will not be generated.MicrosoftSecurityIncidentCreationAlertRuleProperties.withDisplayNamesFilter
(List<String> displayNamesFilter) Set the displayNamesFilter property: the alerts' displayNames on which the cases will be generated.MicrosoftSecurityIncidentCreationAlertRuleProperties.withEnabled
(boolean enabled) Set the enabled property: Determines whether this alert rule is enabled or disabled.MicrosoftSecurityIncidentCreationAlertRuleProperties.withProductFilter
(MicrosoftSecurityProductName productFilter) Set the productFilter property: The alerts' productName on which the cases will be generated.MicrosoftSecurityIncidentCreationAlertRuleProperties.withSeveritiesFilter
(List<AlertSeverity> severitiesFilter) Set the severitiesFilter property: the alerts' severities on which the cases will be generated.