Class SkuScaleType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SkuScaleType>
-
- com.azure.resourcemanager.appplatform.models.SkuScaleType
-
public final class SkuScaleType extends com.azure.core.util.ExpandableStringEnum<SkuScaleType>
Defines values for SkuScaleType.
-
-
Field Summary
Fields Modifier and Type Field Description static SkuScaleTypeAUTOMATICStatic value Automatic for SkuScaleType.static SkuScaleTypeMANUALStatic value Manual for SkuScaleType.static SkuScaleTypeNONEStatic value None for SkuScaleType.
-
Constructor Summary
Constructors Constructor Description SkuScaleType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SkuScaleTypefromString(String name)Creates or finds a SkuScaleType from its string representation.static Collection<SkuScaleType>values()
-
-
-
Field Detail
-
NONE
public static final SkuScaleType NONE
Static value None for SkuScaleType.
-
MANUAL
public static final SkuScaleType MANUAL
Static value Manual for SkuScaleType.
-
AUTOMATIC
public static final SkuScaleType AUTOMATIC
Static value Automatic for SkuScaleType.
-
-
Method Detail
-
fromString
public static SkuScaleType fromString(String name)
Creates or finds a SkuScaleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SkuScaleType.
-
values
public static Collection<SkuScaleType> values()
- Returns:
- known SkuScaleType values.
-
-