Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.AutoscaleType
Packages that use AutoscaleType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of AutoscaleType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type AutoscaleType in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classUser to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as AutoscaleTypeModifier and TypeFieldDescriptionstatic final AutoscaleTypeAutoscaleType.LOAD_BASEDStatic value LoadBased for AutoscaleType.static final AutoscaleTypeAutoscaleType.SCHEDULE_BASEDStatic value ScheduleBased for AutoscaleType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return AutoscaleTypeModifier and TypeMethodDescriptionAutoscaleProfile.autoscaleType()Get the autoscaleType property: User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.static AutoscaleTypeAutoscaleType.fromString(String name) Creates or finds a AutoscaleType from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type AutoscaleTypeModifier and TypeMethodDescriptionstatic Collection<AutoscaleType> AutoscaleType.values()Gets known AutoscaleType values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type AutoscaleTypeModifier and TypeMethodDescriptionAutoscaleProfile.withAutoscaleType(AutoscaleType autoscaleType) Set the autoscaleType property: User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.