Class AutoscaleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AutoscaleType>
com.azure.resourcemanager.hdinsight.containers.models.AutoscaleType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AutoscaleTypeStatic value LoadBased for AutoscaleType.static final AutoscaleTypeStatic value ScheduleBased for AutoscaleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AutoscaleTypefromString(String name) Creates or finds a AutoscaleType from its string representation.static Collection<AutoscaleType> values()Gets known AutoscaleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SCHEDULE_BASED
Static value ScheduleBased for AutoscaleType. -
LOAD_BASED
Static value LoadBased for AutoscaleType.
-
-
Constructor Details
-
AutoscaleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AutoscaleType value.
-
-
Method Details
-
fromString
Creates or finds a AutoscaleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AutoscaleType.
-
values
Gets known AutoscaleType values.- Returns:
- known AutoscaleType values.
-
fromString(String)factory method.