AgentPoolUpgradeProfilePropertiesUpgradesItem Class

  • java.lang.Object
    • com.microsoft.azure.management.containerservice.AgentPoolUpgradeProfilePropertiesUpgradesItem

public class AgentPoolUpgradeProfilePropertiesUpgradesItem

The AgentPoolUpgradeProfilePropertiesUpgradesItem model.

Method Summary

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).

Method Details

isPreview

public Boolean isPreview()

Get whether Kubernetes version is currently in preview.

Returns:

the isPreview value

kubernetesVersion

public String kubernetesVersion()

Get kubernetes version (major, minor, patch).

Returns:

the kubernetesVersion value

withIsPreview

public AgentPoolUpgradeProfilePropertiesUpgradesItem withIsPreview(Boolean isPreview)

Set whether Kubernetes version is currently in preview.

Parameters:

isPreview - the isPreview value to set

Returns:

the AgentPoolUpgradeProfilePropertiesUpgradesItem object itself.

withKubernetesVersion

public AgentPoolUpgradeProfilePropertiesUpgradesItem withKubernetesVersion(String kubernetesVersion)

Set kubernetes version (major, minor, patch).

Parameters:

kubernetesVersion - the kubernetesVersion value to set

Returns:

the AgentPoolUpgradeProfilePropertiesUpgradesItem object itself.

Applies to