Uses of Class
com.azure.resourcemanager.securityinsights.models.MicrosoftSecurityIncidentCreationAlertRuleCommonProperties
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of MicrosoftSecurityIncidentCreationAlertRuleCommonProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeClassDescriptionfinal class
MicrosoftSecurityIncidentCreation rule property bag. -
Uses of MicrosoftSecurityIncidentCreationAlertRuleCommonProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMicrosoftSecurityIncidentCreationAlertRuleCommonProperties.withDisplayNamesExcludeFilter
(List<String> displayNamesExcludeFilter) Set the displayNamesExcludeFilter property: the alerts' displayNames on which the cases will not be generated.MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.withDisplayNamesFilter
(List<String> displayNamesFilter) Set the displayNamesFilter property: the alerts' displayNames on which the cases will be generated.MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.withProductFilter
(MicrosoftSecurityProductName productFilter) Set the productFilter property: The alerts' productName on which the cases will be generated.MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.withSeveritiesFilter
(List<AlertSeverity> severitiesFilter) Set the severitiesFilter property: the alerts' severities on which the cases will be generated.