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