AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
- com.
Implements
public final class AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
implements JsonSerializable<AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem>
Available version information for an agent pool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
defaultProperty()
Get the default |
|
static
Agent |
fromJson(JsonReader jsonReader)
Reads an instance of Agent |
| Boolean |
isPreview()
Get the is |
| String |
kubernetesVersion()
Get the kubernetes |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
defaultProperty
public Boolean defaultProperty()
Get the defaultProperty property: Whether this version is the default agent pool version.
Returns:
fromJson
public static AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem fromJson(JsonReader jsonReader)
Reads an instance of AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem from the JsonReader.
Parameters:
Returns:
Throws:
isPreview
public Boolean isPreview()
Get the isPreview property: Whether Kubernetes version is currently in preview.
Returns:
kubernetesVersion
public String kubernetesVersion()
Get the kubernetesVersion property: The Kubernetes version (major.minor.patch).
Returns:
toJson
validate
public void validate()
Validates the instance.