public class ManagedClusterPoolUpgradeProfileUpgradesItem extends Object
| Constructor and Description |
|---|
ManagedClusterPoolUpgradeProfileUpgradesItem() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isPreview()
Get whether Kubernetes version is currently in preview.
|
String |
kubernetesVersion()
Get kubernetes version (major, minor, patch).
|
ManagedClusterPoolUpgradeProfileUpgradesItem |
withIsPreview(Boolean isPreview)
Set whether Kubernetes version is currently in preview.
|
ManagedClusterPoolUpgradeProfileUpgradesItem |
withKubernetesVersion(String kubernetesVersion)
Set kubernetes version (major, minor, patch).
|
public ManagedClusterPoolUpgradeProfileUpgradesItem()
public String kubernetesVersion()
public ManagedClusterPoolUpgradeProfileUpgradesItem withKubernetesVersion(String kubernetesVersion)
kubernetesVersion - the kubernetesVersion value to setpublic Boolean isPreview()
public ManagedClusterPoolUpgradeProfileUpgradesItem withIsPreview(Boolean isPreview)
isPreview - the isPreview value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/