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