Class ExpandTypeForListVMs
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpandTypeForListVMs>
com.azure.resourcemanager.compute.models.ExpandTypeForListVMs
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExpandTypeForListVMs
extends com.azure.core.util.ExpandableStringEnum<ExpandTypeForListVMs>
Defines values for ExpandTypeForListVMs.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpandTypeForListVMsStatic value instanceView for ExpandTypeForListVMs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpandTypeForListVMsfromString(String name) Creates or finds a ExpandTypeForListVMs from its string representation.static Collection<ExpandTypeForListVMs> values()Gets known ExpandTypeForListVMs values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INSTANCE_VIEW
Static value instanceView for ExpandTypeForListVMs.
-
-
Constructor Details
-
ExpandTypeForListVMs
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpandTypeForListVMs value.
-
-
Method Details
-
fromString
Creates or finds a ExpandTypeForListVMs from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpandTypeForListVMs.
-
values
Gets known ExpandTypeForListVMs values.- Returns:
- known ExpandTypeForListVMs values.
-
fromString(String)factory method.