Interface KubernetesCluster.UpdateStages.WithManagedClusterSku

All Known Subinterfaces:
KubernetesCluster.Update
Enclosing interface:
KubernetesCluster.UpdateStages

public static interface KubernetesCluster.UpdateStages.WithManagedClusterSku
The stage of the Kubernetes cluster definition allowing to specify the managed cluster SKU. LongTermSupport and Premium tier should be enabled/disabled together. For more information, please see https://learn.microsoft.com/azure/aks/long-term-support
  • Method Details

    • withFreeSku

      Specifies the managed cluster SKU is free.
      Returns:
      the next stage
    • withStandardSku

      KubernetesCluster.Update withStandardSku()
      Specifies the managed cluster SKU is standard.
      Returns:
      the next stage
    • withPremiumSku

      KubernetesCluster.Update withPremiumSku()
      Specifies the managed cluster SKU is premium.
      Returns:
      the next stage