public class AgentPoolUpgradeProfilePropertiesUpgradesItem extends Object
| Constructor and Description |
|---|
AgentPoolUpgradeProfilePropertiesUpgradesItem() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isPreview()
Get whether Kubernetes version is currently in preview.
|
String |
kubernetesVersion()
Get kubernetes version (major, minor, patch).
|
AgentPoolUpgradeProfilePropertiesUpgradesItem |
withIsPreview(Boolean isPreview)
Set whether Kubernetes version is currently in preview.
|
AgentPoolUpgradeProfilePropertiesUpgradesItem |
withKubernetesVersion(String kubernetesVersion)
Set kubernetes version (major, minor, patch).
|
public AgentPoolUpgradeProfilePropertiesUpgradesItem()
public String kubernetesVersion()
public AgentPoolUpgradeProfilePropertiesUpgradesItem withKubernetesVersion(String kubernetesVersion)
kubernetesVersion - the kubernetesVersion value to setpublic Boolean isPreview()
public AgentPoolUpgradeProfilePropertiesUpgradesItem 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.
*/