ManagedClusterSku Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClusterSku

public final class ManagedClusterSku

The SKU of a Managed Cluster.

Constructor Summary

Constructor Description
ManagedClusterSku()

Creates an instance of ManagedClusterSku class.

Method Summary

Modifier and Type Method and Description
ManagedClusterSkuName name()

Get the name property: The name of a managed cluster SKU.

ManagedClusterSkuTier tier()

Get the tier property: The tier of a managed cluster SKU.

void validate()

Validates the instance.

ManagedClusterSku withName(ManagedClusterSkuName name)

Set the name property: The name of a managed cluster SKU.

ManagedClusterSku withTier(ManagedClusterSkuTier tier)

Set the tier property: The tier of a managed cluster SKU.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterSku

public ManagedClusterSku()

Creates an instance of ManagedClusterSku class.

Method Details

name

public ManagedClusterSkuName name()

Get the name property: The name of a managed cluster SKU.

Returns:

the name value.

tier

public ManagedClusterSkuTier tier()

Get the tier property: The tier of a managed cluster SKU. If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

withName

public ManagedClusterSku withName(ManagedClusterSkuName name)

Set the name property: The name of a managed cluster SKU.

Parameters:

name - the name value to set.

Returns:

the ManagedClusterSku object itself.

withTier

public ManagedClusterSku withTier(ManagedClusterSkuTier tier)

Set the tier property: The tier of a managed cluster SKU. If not specified, the default is 'Free'. See [AKS Pricing Tier](https://learn.microsoft.com/azure/aks/free-standard-pricing-tiers) for more details.

Parameters:

tier - the tier value to set.

Returns:

the ManagedClusterSku object itself.

Applies to