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 WithCreate withFreeSku()

Specifies the managed cluster SKU is free.

abstract WithCreate withPremiumSku()

Specifies the managed cluster SKU is premium.

abstract WithCreate 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:

the next stage of the definition

withPremiumSku

public abstract KubernetesCluster.DefinitionStages.WithCreate withPremiumSku()

Specifies the managed cluster SKU is premium.

Returns:

the next stage of the definition

withStandardSku

public abstract KubernetesCluster.DefinitionStages.WithCreate withStandardSku()

Specifies the managed cluster SKU is standard.

Returns:

the next stage of the definition

Applies to