Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.UpdatableClusterProfile
Packages that use UpdatableClusterProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of UpdatableClusterProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type UpdatableClusterProfileModifier and TypeClassDescriptionfinal classCluster resource patch properties.Methods in com.azure.resourcemanager.hdinsight.containers.models that return UpdatableClusterProfileModifier and TypeMethodDescriptionClusterPatchProperties.clusterProfile()Get the clusterProfile property: Cluster resource patch properties.static UpdatableClusterProfileUpdatableClusterProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UpdatableClusterProfile from the JsonReader.UpdatableClusterProfile.withAuthorizationProfile(AuthorizationProfile authorizationProfile) Set the authorizationProfile property: Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.UpdatableClusterProfile.withAutoscaleProfile(AutoscaleProfile autoscaleProfile) Set the autoscaleProfile property: This is the Autoscale profile for the cluster.UpdatableClusterProfile.withLogAnalyticsProfile(ClusterLogAnalyticsProfile logAnalyticsProfile) Set the logAnalyticsProfile property: Cluster log analytics profile to enable or disable OMS agent for cluster.UpdatableClusterProfile.withPrometheusProfile(ClusterPrometheusProfile prometheusProfile) Set the prometheusProfile property: Cluster Prometheus profile.UpdatableClusterProfile.withRangerPluginProfile(ClusterRangerPluginProfile rangerPluginProfile) Set the rangerPluginProfile property: Cluster Ranger plugin profile.UpdatableClusterProfile.withRangerProfile(RangerProfile rangerProfile) Set the rangerProfile property: The ranger cluster profile.UpdatableClusterProfile.withScriptActionProfiles(List<ScriptActionProfile> scriptActionProfiles) Set the scriptActionProfiles property: The script action profile list.UpdatableClusterProfile.withSecretsProfile(SecretsProfile secretsProfile) Set the secretsProfile property: The cluster secret profile.UpdatableClusterProfile.withServiceConfigsProfiles(List<ClusterServiceConfigsProfile> serviceConfigsProfiles) Set the serviceConfigsProfiles property: The service configs profiles.UpdatableClusterProfile.withSshProfile(SshProfile sshProfile) Set the sshProfile property: Ssh profile for the cluster.UpdatableClusterProfile.withTrinoProfile(TrinoProfile trinoProfile) Set the trinoProfile property: Trino Cluster profile.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type UpdatableClusterProfileModifier and TypeMethodDescriptionClusterPatchProperties.withClusterProfile(UpdatableClusterProfile clusterProfile) Set the clusterProfile property: Cluster resource patch properties.