Uses of Class
com.azure.resourcemanager.securityinsights.models.MicrosoftSecurityIncidentCreationAlertRuleTemplate
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of MicrosoftSecurityIncidentCreationAlertRuleTemplate in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMicrosoftSecurityIncidentCreationAlertRuleTemplate.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withDescription
(String description) Set the description property: The description of the alert rule template.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withDisplayNamesExcludeFilter
(List<String> displayNamesExcludeFilter) Set the displayNamesExcludeFilter property: the alerts' displayNames on which the cases will not be generated.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withDisplayNamesFilter
(List<String> displayNamesFilter) Set the displayNamesFilter property: the alerts' displayNames on which the cases will be generated.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withProductFilter
(MicrosoftSecurityProductName productFilter) Set the productFilter property: The alerts' productName on which the cases will be generated.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withSeveritiesFilter
(List<AlertSeverity> severitiesFilter) Set the severitiesFilter property: the alerts' severities on which the cases will be generated.MicrosoftSecurityIncidentCreationAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.