Class AlertRuleList

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

public final class AlertRuleList extends Object
A list of Activity Log Alert rules.
  • Constructor Details

    • AlertRuleList

      public AlertRuleList()
      Creates an instance of AlertRuleList class.
  • Method Details

    • value

      Get the value property: The list of Activity Log Alert rules.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of Activity Log Alert rules.
      Parameters:
      value - the value value to set.
      Returns:
      the AlertRuleList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Provides the link to retrieve the next set of elements.
      Returns:
      the nextLink value.
    • withNextLink

      public AlertRuleList withNextLink(String nextLink)
      Set the nextLink property: Provides the link to retrieve the next set of elements.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AlertRuleList object itself.
    • validate

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