Uses of Interface
com.azure.resourcemanager.securityinsights.models.AutomationRule.Update
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of AutomationRule.Update in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAutomationRule.update()
Begins update for the AutomationRule resource.AutomationRule.UpdateStages.WithActions.withActions
(List<AutomationRuleAction> actions) Specifies the actions property: The actions to execute when the automation rule is triggered..AutomationRule.UpdateStages.WithDisplayName.withDisplayName
(String displayName) Specifies the displayName property: The display name of the automation rule..Specifies the etag property: Etag of the azure resource.AutomationRule.UpdateStages.WithOrder.withOrder
(int order) Specifies the order property: The order of execution of the automation rule..AutomationRule.UpdateStages.WithTriggeringLogic.withTriggeringLogic
(AutomationRuleTriggeringLogic triggeringLogic) Specifies the triggeringLogic property: Describes automation rule triggering logic..