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