Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ClusterProfile
Packages that use ClusterProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ClusterProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ClusterProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return ClusterProfileModifier and TypeMethodDescriptionClusterResourceProperties.clusterProfile()Get the clusterProfile property: Cluster profile.static ClusterProfileClusterProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterProfile from the JsonReader.ClusterProfile.withAuthorizationProfile(AuthorizationProfile authorizationProfile) Set the authorizationProfile property: Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.ClusterProfile.withAutoscaleProfile(AutoscaleProfile autoscaleProfile) Set the autoscaleProfile property: This is the Autoscale profile for the cluster.ClusterProfile.withClusterAccessProfile(ClusterAccessProfile clusterAccessProfile) Set the clusterAccessProfile property: Cluster access profile.ClusterProfile.withClusterVersion(String clusterVersion) Set the clusterVersion property: Version with 3/4 part.ClusterProfile.withFlinkProfile(FlinkProfile flinkProfile) Set the flinkProfile property: The Flink cluster profile.ClusterProfile.withIdentityProfile(IdentityProfile identityProfile) Set the identityProfile property: This is deprecated.ClusterProfile.withKafkaProfile(KafkaProfile kafkaProfile) Set the kafkaProfile property: The Kafka cluster profile.ClusterProfile.withLlapProfile(Map<String, Object> llapProfile) Set the llapProfile property: LLAP cluster profile.ClusterProfile.withLogAnalyticsProfile(ClusterLogAnalyticsProfile logAnalyticsProfile) Set the logAnalyticsProfile property: Cluster log analytics profile to enable or disable OMS agent for cluster.ClusterProfile.withManagedIdentityProfile(ManagedIdentityProfile managedIdentityProfile) Set the managedIdentityProfile property: This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.ClusterProfile.withOssVersion(String ossVersion) Set the ossVersion property: Version with three part.ClusterProfile.withPrometheusProfile(ClusterPrometheusProfile prometheusProfile) Set the prometheusProfile property: Cluster Prometheus profile.ClusterProfile.withRangerPluginProfile(ClusterRangerPluginProfile rangerPluginProfile) Set the rangerPluginProfile property: Cluster Ranger plugin profile.ClusterProfile.withRangerProfile(RangerProfile rangerProfile) Set the rangerProfile property: The ranger cluster profile.ClusterProfile.withScriptActionProfiles(List<ScriptActionProfile> scriptActionProfiles) Set the scriptActionProfiles property: The script action profile list.ClusterProfile.withSecretsProfile(SecretsProfile secretsProfile) Set the secretsProfile property: The cluster secret profile.ClusterProfile.withServiceConfigsProfiles(List<ClusterServiceConfigsProfile> serviceConfigsProfiles) Set the serviceConfigsProfiles property: The service configs profiles.ClusterProfile.withSparkProfile(SparkProfile sparkProfile) Set the sparkProfile property: The spark cluster profile.ClusterProfile.withSshProfile(SshProfile sshProfile) Set the sshProfile property: Ssh profile for the cluster.ClusterProfile.withStubProfile(Map<String, Object> stubProfile) Set the stubProfile property: Stub cluster profile.ClusterProfile.withTrinoProfile(TrinoProfile trinoProfile) Set the trinoProfile property: Trino Cluster profile.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ClusterProfileModifier and TypeMethodDescriptionClusterResourceProperties.withClusterProfile(ClusterProfile clusterProfile) Set the clusterProfile property: Cluster profile.