CreateOrUpdateKubeBase.EnableCostAnalysis Property

Definition

[System.Management.Automation.Parameter(HelpMessage="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.", Mandatory=false)]
public System.Management.Automation.SwitchParameter EnableCostAnalysis { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Whether to enable cost analysis. The Managed Cluster sku.tier must be set to &#39;Standard&#39; or &#39;Premium&#39; 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.", Mandatory=false)>]
member this.EnableCostAnalysis : System.Management.Automation.SwitchParameter with get, set
Public Property EnableCostAnalysis As SwitchParameter

Property Value

Attributes

Applies to