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