java.lang.Object
com.azure.core.util.ExpandableStringEnum<HostPoolType>
com.azure.resourcemanager.desktopvirtualization.models.HostPoolType

public final class HostPoolType extends com.azure.core.util.ExpandableStringEnum<HostPoolType>
Defines values for HostPoolType.
  • Field Details

    • PERSONAL

      public static final HostPoolType PERSONAL
      Static value Personal for HostPoolType.
    • POOLED

      public static final HostPoolType POOLED
      Static value Pooled for HostPoolType.
    • BYODESKTOP

      public static final HostPoolType BYODESKTOP
      Static value BYODesktop for HostPoolType.
  • Constructor Details

    • HostPoolType

      public HostPoolType()
  • Method Details

    • fromString

      public static HostPoolType fromString(String name)
      Creates or finds a HostPoolType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding HostPoolType.
    • values

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