Class AgentPoolAvailableVersionsProperties
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.fluent.models.AgentPoolAvailableVersionsProperties
-
public final class AgentPoolAvailableVersionsProperties extends Object
The list of available agent pool versions.
-
-
Constructor Summary
Constructors Constructor Description AgentPoolAvailableVersionsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem>agentPoolVersions()Get the agentPoolVersions property: List of versions available for agent pool.voidvalidate()Validates the instance.AgentPoolAvailableVersionsPropertieswithAgentPoolVersions(List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions)Set the agentPoolVersions property: List of versions available for agent pool.
-
-
-
Method Detail
-
agentPoolVersions
public List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions()
Get the agentPoolVersions property: List of versions available for agent pool.- Returns:
- the agentPoolVersions value.
-
withAgentPoolVersions
public AgentPoolAvailableVersionsProperties withAgentPoolVersions(List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions)
Set the agentPoolVersions property: List of versions available for agent pool.- Parameters:
agentPoolVersions- the agentPoolVersions value to set.- Returns:
- the AgentPoolAvailableVersionsProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-