Class AutomationRuleRunPlaybookAction

java.lang.Object
com.azure.resourcemanager.securityinsights.models.AutomationRuleAction
com.azure.resourcemanager.securityinsights.models.AutomationRuleRunPlaybookAction

public final class AutomationRuleRunPlaybookAction extends AutomationRuleAction
Describes an automation rule action to run a playbook.
  • Constructor Details

    • AutomationRuleRunPlaybookAction

      public AutomationRuleRunPlaybookAction()
  • Method Details

    • actionConfiguration

      public PlaybookActionProperties actionConfiguration()
      Get the actionConfiguration property: The actionConfiguration property.
      Returns:
      the actionConfiguration value.
    • withActionConfiguration

      public AutomationRuleRunPlaybookAction withActionConfiguration(PlaybookActionProperties actionConfiguration)
      Set the actionConfiguration property: The actionConfiguration property.
      Parameters:
      actionConfiguration - the actionConfiguration value to set.
      Returns:
      the AutomationRuleRunPlaybookAction object itself.
    • withOrder

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

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