Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterPrometheusProfile
Packages that use ClusterPrometheusProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterPrometheusProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterPrometheusProfileModifier and TypeClassDescriptionfinal classCluster Prometheus profile.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterPrometheusProfileModifier and TypeMethodDescriptionstatic ClusterPrometheusProfileClusterPrometheusProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPrometheusProfile from the JsonReader.ClusterProfile.prometheusProfile()Get the prometheusProfile property: Cluster Prometheus profile.UpdatableClusterProfile.prometheusProfile()Get the prometheusProfile property: Cluster Prometheus profile.ClusterPrometheusProfile.withEnabled(boolean enabled) Set the enabled property: Enable Prometheus for cluster or not.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterPrometheusProfileModifier and TypeMethodDescriptionClusterProfile.withPrometheusProfile(ClusterPrometheusProfile prometheusProfile) Set the prometheusProfile property: Cluster Prometheus profile.UpdatableClusterProfile.withPrometheusProfile(ClusterPrometheusProfile prometheusProfile) Set the prometheusProfile property: Cluster Prometheus profile.