RunningState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. confidentialledger. models. RunningState
- com.
- com.
public final class RunningState
extends ExpandableStringEnum<RunningState>
Object representing RunningState for Confidential Ledger.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Running |
ACTIVE
Static value Active for Running |
static final
Running |
PAUSED
Static value Paused for Running |
static final
Running |
PAUSING
Static value Pausing for Running |
static final
Running |
RESUMING
Static value Resuming for Running |
static final
Running |
UNKNOWN
Static value Unknown for Running |
Constructor Summary
Constructor | Description |
---|---|
RunningState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Running |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Running |
fromString(String name)
Creates or finds a Running |
static
Collection<Running |
values()
Gets known Running |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final RunningState ACTIVE
Static value Active for RunningState.
PAUSED
public static final RunningState PAUSED
Static value Paused for RunningState.
PAUSING
public static final RunningState PAUSING
Static value Pausing for RunningState.
RESUMING
public static final RunningState RESUMING
Static value Resuming for RunningState.
UNKNOWN
public static final RunningState UNKNOWN
Static value Unknown for RunningState.
Constructor Details
RunningState
@Deprecated
public RunningState()
Deprecated
Creates a new instance of RunningState value.
Method Details
fromString
public static RunningState fromString(String name)
Creates or finds a RunningState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RunningState values.
Returns:
Applies to
Azure SDK for Java