Interface AutomationRule.Update
- All Superinterfaces:
AutomationRule.UpdateStages.WithActions
,AutomationRule.UpdateStages.WithDisplayName
,AutomationRule.UpdateStages.WithEtag
,AutomationRule.UpdateStages.WithOrder
,AutomationRule.UpdateStages.WithTriggeringLogic
- Enclosing interface:
- AutomationRule
public static interface AutomationRule.Update
extends AutomationRule.UpdateStages.WithEtag, AutomationRule.UpdateStages.WithDisplayName, AutomationRule.UpdateStages.WithOrder, AutomationRule.UpdateStages.WithTriggeringLogic, AutomationRule.UpdateStages.WithActions
The template for AutomationRule update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.AutomationRule.UpdateStages.WithActions
withActions
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.AutomationRule.UpdateStages.WithDisplayName
withDisplayName
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.AutomationRule.UpdateStages.WithEtag
withEtag
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.AutomationRule.UpdateStages.WithOrder
withOrder
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.AutomationRule.UpdateStages.WithTriggeringLogic
withTriggeringLogic
-
Method Details
-
apply
AutomationRule apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-