Class AgentPoolUpgradeProfilePropertiesUpgradesItem

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

public class AgentPoolUpgradeProfilePropertiesUpgradesItem extends Object
The AgentPoolUpgradeProfilePropertiesUpgradesItem model.
  • Constructor Details

    • AgentPoolUpgradeProfilePropertiesUpgradesItem

      public AgentPoolUpgradeProfilePropertiesUpgradesItem()
  • Method Details

    • kubernetesVersion

      public String kubernetesVersion()
      Get kubernetes version (major, minor, patch).
      Returns:
      the kubernetesVersion value
    • withKubernetesVersion

      public AgentPoolUpgradeProfilePropertiesUpgradesItem withKubernetesVersion(String kubernetesVersion)
      Set kubernetes version (major, minor, patch).
      Parameters:
      kubernetesVersion - the kubernetesVersion value to set
      Returns:
      the AgentPoolUpgradeProfilePropertiesUpgradesItem object itself.
    • isPreview

      public Boolean isPreview()
      Get whether Kubernetes version is currently in preview.
      Returns:
      the isPreview 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.