Class ExpandTypesForGetVMScaleSets
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExpandTypesForGetVMScaleSets>
-
- com.azure.resourcemanager.compute.models.ExpandTypesForGetVMScaleSets
-
public final class ExpandTypesForGetVMScaleSets extends com.azure.core.util.ExpandableStringEnum<ExpandTypesForGetVMScaleSets>
Defines values for ExpandTypesForGetVMScaleSets.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpandTypesForGetVMScaleSetsUSER_DATAStatic value userData for ExpandTypesForGetVMScaleSets.
-
Constructor Summary
Constructors Constructor Description ExpandTypesForGetVMScaleSets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpandTypesForGetVMScaleSetsfromString(String name)Creates or finds a ExpandTypesForGetVMScaleSets from its string representation.static Collection<ExpandTypesForGetVMScaleSets>values()
-
-
-
Field Detail
-
USER_DATA
public static final ExpandTypesForGetVMScaleSets USER_DATA
Static value userData for ExpandTypesForGetVMScaleSets.
-
-
Method Detail
-
fromString
public static ExpandTypesForGetVMScaleSets fromString(String name)
Creates or finds a ExpandTypesForGetVMScaleSets from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpandTypesForGetVMScaleSets.
-
values
public static Collection<ExpandTypesForGetVMScaleSets> values()
- Returns:
- known ExpandTypesForGetVMScaleSets values.
-
-