public class AgentPoolAvailableVersionsInner extends Object
| Constructor and Description |
|---|
AgentPoolAvailableVersionsInner() |
| Modifier and Type | Method and Description |
|---|---|
List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> |
agentPoolVersions()
Get the agentPoolVersions property: List of versions available for agent pool.
|
String |
id()
Get the id property: Id of the agent pool available versions.
|
String |
name()
Get the name property: Name of the agent pool available versions.
|
String |
type()
Get the type property: Type of the agent pool available versions.
|
void |
validate()
Validates the instance.
|
AgentPoolAvailableVersionsInner |
withAgentPoolVersions(List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions)
Set the agentPoolVersions property: List of versions available for agent pool.
|
public String id()
public String name()
public String type()
public List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions()
public AgentPoolAvailableVersionsInner withAgentPoolVersions(List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions)
agentPoolVersions - the agentPoolVersions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.