Class ScaleActionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScaleActionType>
com.azure.resourcemanager.hdinsight.containers.models.ScaleActionType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ScaleActionType
extends com.azure.core.util.ExpandableStringEnum<ScaleActionType>
The action type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScaleActionTypeStatic value scaledown for ScaleActionType.static final ScaleActionTypeStatic value scaleup for ScaleActionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScaleActionTypefromString(String name) Creates or finds a ScaleActionType from its string representation.static Collection<ScaleActionType> values()Gets known ScaleActionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SCALEUP
Static value scaleup for ScaleActionType. -
SCALEDOWN
Static value scaledown for ScaleActionType.
-
-
Constructor Details
-
ScaleActionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ScaleActionType value.
-
-
Method Details
-
fromString
Creates or finds a ScaleActionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ScaleActionType.
-
values
Gets known ScaleActionType values.- Returns:
- known ScaleActionType values.
-
fromString(String)factory method.