Class AgentPoolAvailableVersionsInner

java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.AgentPoolAvailableVersionsInner

public final class AgentPoolAvailableVersionsInner extends Object
The list of available versions for an agent pool.
  • Constructor Details

    • AgentPoolAvailableVersionsInner

      public AgentPoolAvailableVersionsInner()
  • Method Details

    • id

      public String id()
      Get the id property: The ID of the agent pool version list.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The name of the agent pool version list.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Type of the agent pool version list.
      Returns:
      the type value.
    • agentPoolVersions

      Get the agentPoolVersions property: List of versions available for agent pool.
      Returns:
      the agentPoolVersions value.
    • withAgentPoolVersions

      Set the agentPoolVersions property: List of versions available for agent pool.
      Parameters:
      agentPoolVersions - the agentPoolVersions value to set.
      Returns:
      the AgentPoolAvailableVersionsInner object itself.
    • validate

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