Class SkuScaleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SkuScaleType>
com.azure.resourcemanager.appplatform.models.SkuScaleType
Defines values for SkuScaleType.
-
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, 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
public SkuScaleType()
-
-
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.
-