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