Class PreferredAppGroupType

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

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

    • NONE

      public static final PreferredAppGroupType NONE
      Static value None for PreferredAppGroupType.
    • DESKTOP

      public static final PreferredAppGroupType DESKTOP
      Static value Desktop for PreferredAppGroupType.
    • RAIL_APPLICATIONS

      public static final PreferredAppGroupType RAIL_APPLICATIONS
      Static value RailApplications for PreferredAppGroupType.
  • Constructor Details

    • PreferredAppGroupType

      public PreferredAppGroupType()
  • Method Details

    • fromString

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

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