ApplicationGroupType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. ApplicationGroupType
- com.
- com.
public final class ApplicationGroupType
extends ExpandableStringEnum<ApplicationGroupType>
Resource Type of ApplicationGroup.
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 |
|---|---|
| ApplicationGroupType() |
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 ApplicationGroupType DESKTOP
Static value Desktop for ApplicationGroupType.
REMOTE_APP
public static final ApplicationGroupType REMOTE_APP
Static value RemoteApp for ApplicationGroupType.
Constructor Details
ApplicationGroupType
@Deprecated
public ApplicationGroupType()
Deprecated
Creates a new instance of ApplicationGroupType value.
Method Details
fromString
public static ApplicationGroupType fromString(String name)
Creates or finds a ApplicationGroupType from its string representation.
Parameters:
Returns:
values
public static Collection<ApplicationGroupType> values()
Gets known ApplicationGroupType values.
Returns: