Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.AutoscaleProfile
Packages that use AutoscaleProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of AutoscaleProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type AutoscaleProfileModifier and TypeClassDescriptionfinal classThis is the Autoscale profile for the cluster.Methods in com.azure.resourcemanager.hdinsight.containers.models that return AutoscaleProfileModifier and TypeMethodDescriptionClusterProfile.autoscaleProfile()Get the autoscaleProfile property: This is the Autoscale profile for the cluster.UpdatableClusterProfile.autoscaleProfile()Get the autoscaleProfile property: This is the Autoscale profile for the cluster.static AutoscaleProfileAutoscaleProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoscaleProfile from the JsonReader.AutoscaleProfile.withAutoscaleType(AutoscaleType autoscaleType) Set the autoscaleType property: User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.AutoscaleProfile.withEnabled(boolean enabled) Set the enabled property: This indicates whether auto scale is enabled on HDInsight on AKS cluster.AutoscaleProfile.withGracefulDecommissionTimeout(Integer gracefulDecommissionTimeout) Set the gracefulDecommissionTimeout property: This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place.AutoscaleProfile.withLoadBasedConfig(LoadBasedConfig loadBasedConfig) Set the loadBasedConfig property: Profiles of load based Autoscale.AutoscaleProfile.withScheduleBasedConfig(ScheduleBasedConfig scheduleBasedConfig) Set the scheduleBasedConfig property: Profiles of schedule based Autoscale.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type AutoscaleProfileModifier and TypeMethodDescriptionClusterProfile.withAutoscaleProfile(AutoscaleProfile autoscaleProfile) Set the autoscaleProfile property: This is the Autoscale profile for the cluster.UpdatableClusterProfile.withAutoscaleProfile(AutoscaleProfile autoscaleProfile) Set the autoscaleProfile property: This is the Autoscale profile for the cluster.