StartupBehavior Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. StartupBehavior
- com.
- com.
public final class StartupBehavior
extends ExpandableStringEnum<StartupBehavior>
The desired startup behavior during the ramp up period for personal vms in the hostpool.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Startup |
ALL
Static value All for Startup |
|
static final
Startup |
NONE
Static value None for Startup |
|
static final
Startup |
WITH_ASSIGNED_USER
Static value With |
Constructor Summary
| Constructor | Description |
|---|---|
| StartupBehavior() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Startup |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Startup |
fromString(String name)
Creates or finds a Startup |
|
static
Collection<Startup |
values()
Gets known Startup |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL
public static final StartupBehavior ALL
Static value All for StartupBehavior.
NONE
public static final StartupBehavior NONE
Static value None for StartupBehavior.
WITH_ASSIGNED_USER
public static final StartupBehavior WITH_ASSIGNED_USER
Static value WithAssignedUser for StartupBehavior.
Constructor Details
StartupBehavior
@Deprecated
public StartupBehavior()
Deprecated
Creates a new instance of StartupBehavior value.
Method Details
fromString
public static StartupBehavior fromString(String name)
Creates or finds a StartupBehavior from its string representation.
Parameters:
Returns:
values
public static Collection<StartupBehavior> values()
Gets known StartupBehavior values.
Returns: