Class ManagedClusterPoolUpgradeProfileUpgradesItem
java.lang.Object
com.microsoft.azure.management.containerservice.ManagedClusterPoolUpgradeProfileUpgradesItem
The ManagedClusterPoolUpgradeProfileUpgradesItem model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet whether Kubernetes version is currently in preview.Get kubernetes version (major, minor, patch).withIsPreview
(Boolean isPreview) Set whether Kubernetes version is currently in preview.withKubernetesVersion
(String kubernetesVersion) Set kubernetes version (major, minor, patch).
-
Constructor Details
-
ManagedClusterPoolUpgradeProfileUpgradesItem
public ManagedClusterPoolUpgradeProfileUpgradesItem()
-
-
Method Details
-
kubernetesVersion
Get kubernetes version (major, minor, patch).- Returns:
- the kubernetesVersion value
-
withKubernetesVersion
Set kubernetes version (major, minor, patch).- Parameters:
kubernetesVersion
- the kubernetesVersion value to set- Returns:
- the ManagedClusterPoolUpgradeProfileUpgradesItem object itself.
-
isPreview
Get whether Kubernetes version is currently in preview.- Returns:
- the isPreview value
-
withIsPreview
Set whether Kubernetes version is currently in preview.- Parameters:
isPreview
- the isPreview value to set- Returns:
- the ManagedClusterPoolUpgradeProfileUpgradesItem object itself.
-