Class AutomationList

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

public final class AutomationList extends Object
List of security automations response.
  • Constructor Details

    • AutomationList

      public AutomationList()
  • Method Details

    • value

      public List<AutomationInner> value()
      Get the value property: The list of security automations under the given scope.
      Returns:
      the value value.
    • withValue

      public AutomationList withValue(List<AutomationInner> value)
      Set the value property: The list of security automations under the given scope.
      Parameters:
      value - the value value to set.
      Returns:
      the AutomationList 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.