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