ManagedClusterCostAnalysis Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ManagedClusterCostAnalysis() |
Initializes a new instance of the ManagedClusterCostAnalysis class. |
| ManagedClusterCostAnalysis(Nullable<Boolean>) |
Initializes a new instance of the ManagedClusterCostAnalysis class. |
ManagedClusterCostAnalysis()
Initializes a new instance of the ManagedClusterCostAnalysis class.
public ManagedClusterCostAnalysis();
Public Sub New ()
Applies to
ManagedClusterCostAnalysis(Nullable<Boolean>)
Initializes a new instance of the ManagedClusterCostAnalysis class.
public ManagedClusterCostAnalysis(bool? enabled = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis : Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterCostAnalysis
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing)
Parameters
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.