KubernetesCluster.UpdateStages.WithManagedClusterSku Interface
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 Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withFreeSku()
Specifies the managed cluster SKU is free. |
abstract Update |
withPremiumSku()
Specifies the managed cluster SKU is premium. |
abstract Update |
withStandardSku()
Specifies the managed cluster SKU is standard. |
Method Details
withFreeSku
public abstract KubernetesCluster.Update withFreeSku()
Specifies the managed cluster SKU is free.
Returns:
withPremiumSku
public abstract KubernetesCluster.Update withPremiumSku()
Specifies the managed cluster SKU is premium.
Returns:
withStandardSku
public abstract KubernetesCluster.Update withStandardSku()
Specifies the managed cluster SKU is standard.
Returns:
Applies to
Azure SDK for Java