HyperVGenerationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. HyperVGenerationType
- com.
- com.
public final class HyperVGenerationType
extends ExpandableStringEnum<HyperVGenerationType>
Specifies the HyperVGeneration Type associated with a resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Hyper |
V1
Static value V1 for Hyper |
static final
Hyper |
V2
Static value V2 for Hyper |
Constructor Summary
Constructor | Description |
---|---|
HyperVGenerationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Hyper |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Hyper |
fromString(String name)
Creates or finds a Hyper |
static
Collection<Hyper |
values()
Gets known Hyper |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
V1
public static final HyperVGenerationType V1
Static value V1 for HyperVGenerationType.
V2
public static final HyperVGenerationType V2
Static value V2 for HyperVGenerationType.
Constructor Details
HyperVGenerationType
@Deprecated
public HyperVGenerationType()
Deprecated
Creates a new instance of HyperVGenerationType value.
Method Details
fromString
public static HyperVGenerationType fromString(String name)
Creates or finds a HyperVGenerationType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known HyperVGenerationType values.
Returns:
Applies to
Azure SDK for Java