Class HyperVGenerationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<HyperVGenerationType>
com.azure.resourcemanager.compute.models.HyperVGenerationType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class HyperVGenerationType extends com.azure.core.util.ExpandableStringEnum<HyperVGenerationType>
Specifies the HyperVGeneration Type associated with a resource.
  • Field Details

  • Constructor Details

    • HyperVGenerationType

      @Deprecated public HyperVGenerationType()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding HyperVGenerationType.
    • values

      public static Collection<HyperVGenerationType> values()
      Gets known HyperVGenerationType values.
      Returns:
      known HyperVGenerationType values.