public final class AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem extends Object
| Type | Property and Description |
|---|---|
Boolean |
default
Get the defaultProperty property: Whether this version is the default agent pool version.
|
| Constructor and Description |
|---|
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
defaultProperty()
Get the defaultProperty property: Whether this version is the default agent pool version.
|
Boolean |
isPreview()
Get the isPreview property: Whether Kubernetes version is currently in preview.
|
String |
kubernetesVersion()
Get the kubernetesVersion property: Kubernetes version (major, minor, patch).
|
void |
validate()
Validates the instance.
|
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem |
withDefaultProperty(Boolean defaultProperty)
Set the defaultProperty property: Whether this version is the default agent pool version.
|
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem |
withIsPreview(Boolean isPreview)
Set the isPreview property: Whether Kubernetes version is currently in preview.
|
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem |
withKubernetesVersion(String kubernetesVersion)
Set the kubernetesVersion property: Kubernetes version (major, minor, patch).
|
public Boolean defaultProperty
public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem()
public Boolean defaultProperty()
public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem withDefaultProperty(Boolean defaultProperty)
defaultProperty - the defaultProperty value to set.public String kubernetesVersion()
public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem withKubernetesVersion(String kubernetesVersion)
kubernetesVersion - the kubernetesVersion value to set.public Boolean isPreview()
public AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem withIsPreview(Boolean isPreview)
isPreview - the isPreview value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.