SessionHandlingOperation Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. SessionHandlingOperation
- com.
- com.
public final class SessionHandlingOperation
extends ExpandableStringEnum<SessionHandlingOperation>
Action to be taken after a user disconnect during the ramp up period.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Session |
DEALLOCATE
Static value Deallocate for Session |
|
static final
Session |
HIBERNATE
Static value Hibernate for Session |
|
static final
Session |
NONE
Static value None for Session |
Constructor Summary
| Constructor | Description |
|---|---|
| SessionHandlingOperation() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Session |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Session |
fromString(String name)
Creates or finds a Session |
|
static
Collection<Session |
values()
Gets known Session |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEALLOCATE
public static final SessionHandlingOperation DEALLOCATE
Static value Deallocate for SessionHandlingOperation.
HIBERNATE
public static final SessionHandlingOperation HIBERNATE
Static value Hibernate for SessionHandlingOperation.
NONE
public static final SessionHandlingOperation NONE
Static value None for SessionHandlingOperation.
Constructor Details
SessionHandlingOperation
@Deprecated
public SessionHandlingOperation()
Deprecated
Creates a new instance of SessionHandlingOperation value.
Method Details
fromString
public static SessionHandlingOperation fromString(String name)
Creates or finds a SessionHandlingOperation from its string representation.
Parameters:
Returns:
values
public static Collection<SessionHandlingOperation> values()
Gets known SessionHandlingOperation values.
Returns: