AgentPoolAvailableVersionsInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. fluent. models. AgentPoolAvailableVersionsInner
- com.
Implements
public final class AgentPoolAvailableVersionsInner
implements JsonSerializable<AgentPoolAvailableVersionsInner>
The list of available versions for an agent pool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Agent |
agentPoolVersions()
Get the agent |
|
static
Agent |
fromJson(JsonReader jsonReader)
Reads an instance of Agent |
| String |
id()
Get the id property: The ID of the agent pool version list. |
| String |
name()
Get the name property: The name of the agent pool version list. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the agent pool version list. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
agentPoolVersions
public List<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem> agentPoolVersions()
Get the agentPoolVersions property: List of versions available for agent pool.
Returns:
fromJson
public static AgentPoolAvailableVersionsInner fromJson(JsonReader jsonReader)
Reads an instance of AgentPoolAvailableVersionsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The ID of the agent pool version list.
Returns:
name
public String name()
Get the name property: The name of the agent pool version list.
Returns:
toJson
type
public String type()
Get the type property: Type of the agent pool version list.
Returns:
validate
public void validate()
Validates the instance.