HostPoolType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. HostPoolType
- com.
- com.
public final class HostPoolType
extends ExpandableStringEnum<HostPoolType>
HostPool type for desktop.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Host |
BYODESKTOP
Static value BYODesktop for Host |
|
static final
Host |
PERSONAL
Static value Personal for Host |
|
static final
Host |
POOLED
Static value Pooled for Host |
Constructor Summary
| Constructor | Description |
|---|---|
| HostPoolType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Host |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Host |
fromString(String name)
Creates or finds a Host |
|
static
Collection<Host |
values()
Gets known Host |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BYODESKTOP
public static final HostPoolType BYODESKTOP
Static value BYODesktop for HostPoolType.
PERSONAL
public static final HostPoolType PERSONAL
Static value Personal for HostPoolType.
POOLED
public static final HostPoolType POOLED
Static value Pooled for HostPoolType.
Constructor Details
HostPoolType
@Deprecated
public HostPoolType()
Deprecated
Creates a new instance of HostPoolType value.
Method Details
fromString
public static HostPoolType fromString(String name)
Creates or finds a HostPoolType from its string representation.
Parameters:
Returns:
values
public static Collection<HostPoolType> values()
Gets known HostPoolType values.
Returns: