Class AgentPoolListResult

java.lang.Object
com.azure.resourcemanager.containerservice.models.AgentPoolListResult

public final class AgentPoolListResult extends Object
The response from the List Agent Pools operation.
  • Constructor Details

    • AgentPoolListResult

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

    • value

      public List<AgentPoolInner> value()
      Get the value property: The list of agent pools.
      Returns:
      the value value.
    • withValue

      public AgentPoolListResult withValue(List<AgentPoolInner> value)
      Set the value property: The list of agent pools.
      Parameters:
      value - the value value to set.
      Returns:
      the AgentPoolListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of agent pool results.
      Returns:
      the nextLink value.
    • validate

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