ManagedClusterSKUResponse

data class ManagedClusterSKUResponse(val name: String? = null, val tier: String? = null)

The SKU of a Managed Cluster.

Constructors

Link copied to clipboard
constructor(name: String? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of a managed cluster SKU.

Link copied to clipboard
val tier: String? = null

If not specified, the default is 'Free'. See AKS Pricing Tier for more details.