Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterCostAnalysis
Packages that use ManagedClusterCostAnalysis
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterCostAnalysis in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterCostAnalysisModifier and TypeMethodDescriptionManagedClusterMetricsProfile.costAnalysis()Get the costAnalysis property: The cost analysis configuration for the cluster.ManagedClusterCostAnalysis.withEnabled(Boolean enabled) Set the enabled property: Whether to enable cost analysis The Managed Cluster sku.tier must be set to 'Standard' or 'Premium' to enable this feature.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterCostAnalysisModifier and TypeMethodDescriptionManagedClusterMetricsProfile.withCostAnalysis(ManagedClusterCostAnalysis costAnalysis) Set the costAnalysis property: The cost analysis configuration for the cluster.