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