ManagedClusterCostAnalysisArgs

data class ManagedClusterCostAnalysisArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedClusterCostAnalysisArgs>

The cost analysis configuration for the cluster

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

The Managed Cluster sku.tier must be set to 'Standard' or 'Premium' to enable this feature. Enabling this will add Kubernetes Namespace and Deployment details to the Cost Analysis views in the Azure portal. If not specified, the default is false. For more information see aka.ms/aks/docs/cost-analysis.

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterCostAnalysisArgs