Class HyperVGenerationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HyperVGenerationType>
com.azure.resourcemanager.compute.models.HyperVGenerationType
public final class HyperVGenerationType
extends com.azure.core.util.ExpandableStringEnum<HyperVGenerationType>
Specifies the HyperVGeneration Type associated with a resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HyperVGenerationTypeStatic value V1 for HyperVGenerationType.static final HyperVGenerationTypeStatic value V2 for HyperVGenerationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HyperVGenerationTypefromString(String name) Creates or finds a HyperVGenerationType from its string representation.static Collection<HyperVGenerationType>values()Gets known HyperVGenerationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
V1
Static value V1 for HyperVGenerationType. -
V2
Static value V2 for HyperVGenerationType.
-
-
Constructor Details
-
HyperVGenerationType
public HyperVGenerationType()
-
-
Method Details
-
fromString
Creates or finds a HyperVGenerationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding HyperVGenerationType.
-
values
Gets known HyperVGenerationType values.- Returns:
- known HyperVGenerationType values.
-