Udostępnij przez


ContainerServiceManagedClusterData.IsCostAnalysisEnabled Property

Definition

Whether to enable cost analysis. 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. Serialized Name: ManagedClusterCostAnalysis.enabled

public bool? IsCostAnalysisEnabled { get; set; }
member this.IsCostAnalysisEnabled : Nullable<bool> with get, set
Public Property IsCostAnalysisEnabled As Nullable(Of Boolean)

Property Value

Applies to