Class ScaleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScaleType>
com.azure.resourcemanager.labservices.models.ScaleType
The localized name of the resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScaleType
fromString
(String name) Creates or finds a ScaleType from its string representation.static Collection<ScaleType>
values()
Gets known ScaleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for ScaleType. -
MANUAL
Static value Manual for ScaleType. -
AUTOMATIC
Static value Automatic for ScaleType.
-
-
Constructor Details
-
ScaleType
public ScaleType()
-
-
Method Details
-
fromString
Creates or finds a ScaleType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ScaleType.
-
values
Gets known ScaleType values.- Returns:
- known ScaleType values.
-