Class AutomationRuleAction

java.lang.Object
com.azure.resourcemanager.securityinsights.models.AutomationRuleAction
Direct Known Subclasses:
AutomationRuleModifyPropertiesAction, AutomationRuleRunPlaybookAction

public class AutomationRuleAction extends Object
Describes an automation rule action.
  • Constructor Details

    • AutomationRuleAction

      public AutomationRuleAction()
  • Method Details

    • order

      public int order()
      Get the order property: The order property.
      Returns:
      the order value.
    • withOrder

      public AutomationRuleAction withOrder(int order)
      Set the order property: The order property.
      Parameters:
      order - the order value to set.
      Returns:
      the AutomationRuleAction object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.