AgentPoolUpgradeProfileInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. containerservice. fluent. models. AgentPoolUpgradeProfileInner
- com.
- com.
public final class AgentPoolUpgradeProfileInner
extends ProxyResource
The list of available upgrades for an agent pool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Agent |
fromJson(JsonReader jsonReader)
Reads an instance of Agent |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
kubernetesVersion()
Get the kubernetes |
| String |
latestNodeImageVersion()
Get the latest |
| String |
name()
Get the name property: The name of the resource. |
| OSType |
osType()
Get the os |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
List<Agent |
upgrades()
Get the upgrades property: List of orchestrator types and versions available for upgrade. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static AgentPoolUpgradeProfileInner fromJson(JsonReader jsonReader)
Reads an instance of AgentPoolUpgradeProfileInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AgentPoolUpgradeProfileInner.id()Returns:
kubernetesVersion
public String kubernetesVersion()
Get the kubernetesVersion property: The Kubernetes version (major.minor.patch).
Returns:
latestNodeImageVersion
public String latestNodeImageVersion()
Get the latestNodeImageVersion property: The latest AKS supported node image version.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AgentPoolUpgradeProfileInner.name()Returns:
osType
public OSType osType()
Get the osType property: The operating system type. The default is Linux.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AgentPoolUpgradeProfileInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AgentPoolUpgradeProfileInner.type()Returns:
upgrades
public List<AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades()
Get the upgrades property: List of orchestrator types and versions available for upgrade.
Returns:
validate
public void validate()
Validates the instance.