ApplicationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. ApplicationType
- com.
- com.
public final class ApplicationType
extends ExpandableStringEnum<ApplicationType>
Application type of application.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Application |
DESKTOP
Static value Desktop for Application |
|
static final
Application |
REMOTE_APP
Static value Remote |
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromString(String name)
Creates or finds a Application |
|
static
Collection<Application |
values()
Gets known Application |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DESKTOP
public static final ApplicationType DESKTOP
Static value Desktop for ApplicationType.
REMOTE_APP
public static final ApplicationType REMOTE_APP
Static value RemoteApp for ApplicationType.
Constructor Details
ApplicationType
@Deprecated
public ApplicationType()
Deprecated
Creates a new instance of ApplicationType value.
Method Details
fromString
public static ApplicationType fromString(String name)
Creates or finds a ApplicationType from its string representation.
Parameters:
Returns:
values
public static Collection<ApplicationType> values()
Gets known ApplicationType values.
Returns: