Class ActivityLogAlertActionList

java.lang.Object
com.azure.resourcemanager.monitor.models.ActivityLogAlertActionList

public final class ActivityLogAlertActionList extends Object
A list of activity log alert actions.
  • Constructor Details

    • ActivityLogAlertActionList

      public ActivityLogAlertActionList()
  • Method Details

    • actionGroups

      public List<ActivityLogAlertActionGroup> actionGroups()
      Get the actionGroups property: The list of activity log alerts.
      Returns:
      the actionGroups value.
    • withActionGroups

      public ActivityLogAlertActionList withActionGroups(List<ActivityLogAlertActionGroup> actionGroups)
      Set the actionGroups property: The list of activity log alerts.
      Parameters:
      actionGroups - the actionGroups value to set.
      Returns:
      the ActivityLogAlertActionList object itself.
    • validate

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