ManagedClusterPoolUpgradeProfileUpgradesItem Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterPoolUpgradeProfileUpgradesItem
- com.
Implements
public final class ManagedClusterPoolUpgradeProfileUpgradesItem
implements JsonSerializable<ManagedClusterPoolUpgradeProfileUpgradesItem>
Available upgrades for an AgentPool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| 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
fromJson
public static ManagedClusterPoolUpgradeProfileUpgradesItem fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterPoolUpgradeProfileUpgradesItem from the JsonReader.
Parameters:
Returns:
Throws:
isPreview
public Boolean isPreview()
Get the isPreview property: Whether the 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.