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
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ManagedClusterCostAnalysisModifier and TypeClassDescriptionfinal classThe cost analysis configuration for the cluster.Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterCostAnalysisModifier and TypeMethodDescriptionManagedClusterMetricsProfile.costAnalysis()Get the costAnalysis property: The configuration for detailed per-Kubernetes resource cost analysis.static ManagedClusterCostAnalysisManagedClusterCostAnalysis.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterCostAnalysis from the JsonReader.ManagedClusterCostAnalysis.withEnabled(Boolean enabled) Set the enabled property: Whether to enable cost analysis.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterCostAnalysisModifier and TypeMethodDescriptionManagedClusterMetricsProfile.withCostAnalysis(ManagedClusterCostAnalysis costAnalysis) Set the costAnalysis property: The configuration for detailed per-Kubernetes resource cost analysis.