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.static ManagedClusterCostAnalysisManagedClusterCostAnalysis.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterCostAnalysis from the JsonReader.ManagedClusterCostAnalysis.withEnabled(Boolean enabled) Set the enabled property: 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.