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

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

    • REMOTE_APP

      public static final ApplicationType REMOTE_APP
      Static value RemoteApp for ApplicationType.
    • DESKTOP

      public static final ApplicationType DESKTOP
      Static value Desktop for ApplicationType.
  • Constructor Details

    • ApplicationType

      public ApplicationType()
  • Method Details

    • fromString

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

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