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
FieldsModifier and TypeFieldDescriptionstatic final ExpandTypesForGetVMScaleSetsStatic value userData for ExpandTypesForGetVMScaleSets. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpandTypesForGetVMScaleSetsfromString(String name) Creates or finds a ExpandTypesForGetVMScaleSets from its string representation.values()Gets known ExpandTypesForGetVMScaleSets values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
USER_DATA
Static value userData for ExpandTypesForGetVMScaleSets.
-
-
Constructor Details
-
ExpandTypesForGetVMScaleSets
public ExpandTypesForGetVMScaleSets()
-
-
Method Details
-
fromString
Creates or finds a ExpandTypesForGetVMScaleSets from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpandTypesForGetVMScaleSets.
-
values
Gets known ExpandTypesForGetVMScaleSets values.- Returns:
- known ExpandTypesForGetVMScaleSets values.
-