java.lang.Object
com.azure.resourcemanager.security.models.AlertList

public final class AlertList extends Object
List of security alerts.
  • Constructor Details

    • AlertList

      public AlertList()
  • Method Details

    • value

      public List<AlertInner> value()
      Get the value property: describes security alert properties.
      Returns:
      the value value.
    • withValue

      public AlertList withValue(List<AlertInner> value)
      Set the value property: describes security alert properties.
      Parameters:
      value - the value value to set.
      Returns:
      the AlertList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to fetch the next page.
      Returns:
      the nextLink value.
    • validate

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