Share via


IManagedClusterCostAnalysis Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterCostAnalysisTypeConverter))]
public interface IManagedClusterCostAnalysis : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterCostAnalysisTypeConverter))>]
type IManagedClusterCostAnalysis = interface
    interface IJsonSerializable
Public Interface IManagedClusterCostAnalysis
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Enabled

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.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to