Class VMTier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VMTier>
com.azure.resourcemanager.machinelearning.models.VMTier
VM tier
The type of the VM.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VMTierfromString(String name) Creates or finds a VMTier from its string representation.static Collection<VMTier>values()Gets known VMTier values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STANDARD
Static value Standard for VMTier. -
LOW_PRIORITY
Static value LowPriority for VMTier. -
SPOT
Static value Spot for VMTier.
-
-
Constructor Details
-
VMTier
Deprecated.Use thefromString(String)factory method.Creates a new instance of VMTier value.
-
-
Method Details
-
fromString
Creates or finds a VMTier from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMTier.
-
values
Gets known VMTier values.- Returns:
- known VMTier values.
-
fromString(String)factory method.