java.lang.Object
com.azure.resourcemanager.securityinsights.models.AlertRulesList

public final class AlertRulesList extends Object
List all the alert rules.
  • Constructor Details

    • AlertRulesList

      public AlertRulesList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to fetch the next set of alert rules.
      Returns:
      the nextLink value.
    • value

      public List<AlertRuleInner> value()
      Get the value property: Array of alert rules.
      Returns:
      the value value.
    • withValue

      public AlertRulesList withValue(List<AlertRuleInner> value)
      Set the value property: Array of alert rules.
      Parameters:
      value - the value value to set.
      Returns:
      the AlertRulesList object itself.
    • validate

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