Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.AutomationRuleProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of AutomationRuleProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionAutomationRuleProperties.withActions
(List<AutomationRuleAction> actions) Set the actions property: The actions to execute when the automation rule is triggered.AutomationRuleProperties.withDisplayName
(String displayName) Set the displayName property: The display name of the automation rule.AutomationRuleProperties.withOrder
(int order) Set the order property: The order of execution of the automation rule.AutomationRuleProperties.withTriggeringLogic
(AutomationRuleTriggeringLogic triggeringLogic) Set the triggeringLogic property: Describes automation rule triggering logic.