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