Class SkuScaleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuScaleType>
com.azure.resourcemanager.appplatform.models.SkuScaleType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Gets or sets the type of the scale.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SkuScaleTypeStatic value Automatic for SkuScaleType.static final SkuScaleTypeStatic value Manual for SkuScaleType.static final SkuScaleTypeStatic value None for SkuScaleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SkuScaleTypefromString(String name) Creates or finds a SkuScaleType from its string representation.static Collection<SkuScaleType> values()Gets known SkuScaleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for SkuScaleType. -
MANUAL
Static value Manual for SkuScaleType. -
AUTOMATIC
Static value Automatic for SkuScaleType.
-
-
Constructor Details
-
SkuScaleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of SkuScaleType value.
-
-
Method Details
-
fromString
Creates or finds a SkuScaleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SkuScaleType.
-
values
Gets known SkuScaleType values.- Returns:
- known SkuScaleType values.
-
fromString(String)factory method.