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>
Defines values for HyperVGenerationType.
-
-
Field Summary
Fields Modifier and Type Field Description static HyperVGenerationTypeV1Static value V1 for HyperVGenerationType.static HyperVGenerationTypeV2Static value V2 for HyperVGenerationType.
-
Constructor Summary
Constructors Constructor Description HyperVGenerationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HyperVGenerationTypefromString(String name)Creates or finds a HyperVGenerationType from its string representation.static Collection<HyperVGenerationType>values()
-
-
-
Field Detail
-
V1
public static final HyperVGenerationType V1
Static value V1 for HyperVGenerationType.
-
V2
public static final HyperVGenerationType V2
Static value V2 for HyperVGenerationType.
-
-
Method Detail
-
fromString
public static HyperVGenerationType fromString(String name)
Creates or finds a HyperVGenerationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding HyperVGenerationType.
-
values
public static Collection<HyperVGenerationType> values()
- Returns:
- known HyperVGenerationType values.
-
-