Class AlertRuleTemplatesList

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

public final class AlertRuleTemplatesList extends Object
List all the alert rule templates.
  • Constructor Details

    • AlertRuleTemplatesList

      public AlertRuleTemplatesList()
  • Method Details

    • nextLink

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

      public List<AlertRuleTemplateInner> value()
      Get the value property: Array of alert rule templates.
      Returns:
      the value value.
    • withValue

      Set the value property: Array of alert rule templates.
      Parameters:
      value - the value value to set.
      Returns:
      the AlertRuleTemplatesList object itself.
    • validate

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