KubernetesCluster.DefinitionStages.WithManagedClusterSku Interface
public static interface KubernetesCluster.DefinitionStages.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://zcusa.951200.xyz/azure/aks/long-term-support
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withFreeSku()
Specifies the managed cluster SKU is free. |
abstract
With |
withPremiumSku()
Specifies the managed cluster SKU is premium. |
abstract
With |
withStandardSku()
Specifies the managed cluster SKU is standard. |
Method Details
withFreeSku
public abstract KubernetesCluster.DefinitionStages.WithCreate withFreeSku()
Specifies the managed cluster SKU is free.
Returns:
withPremiumSku
public abstract KubernetesCluster.DefinitionStages.WithCreate withPremiumSku()
Specifies the managed cluster SKU is premium.
Returns:
withStandardSku
public abstract KubernetesCluster.DefinitionStages.WithCreate withStandardSku()
Specifies the managed cluster SKU is standard.
Returns:
Applies to
Azure SDK for Java