PluginCurrentState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. PluginCurrentState
- com.
- com.
public final class PluginCurrentState
extends ExpandableStringEnum<PluginCurrentState>
Defines values for PluginCurrentState.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Plugin |
CLEANUP
Static value Cleanup for Plugin |
|
static final
Plugin |
ENDED
Static value Ended for Plugin |
|
static final
Plugin |
MONITORING
Static value Monitoring for Plugin |
|
static final
Plugin |
PREPARATION
Static value Preparation for Plugin |
|
static final
Plugin |
QUEUED
Static value Queued for Plugin |
|
static final
Plugin |
RESOURCE_ACQUISITION
Static value Resource |
|
static final
Plugin |
SUBMISSION
Static value Submission for Plugin |
Constructor Summary
| Constructor | Description |
|---|---|
| PluginCurrentState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Plugin |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Plugin |
fromString(String name)
Creates or finds a Plugin |
|
static
Collection<Plugin |
values()
Gets known Plugin |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CLEANUP
public static final PluginCurrentState CLEANUP
Static value Cleanup for PluginCurrentState.
ENDED
public static final PluginCurrentState ENDED
Static value Ended for PluginCurrentState.
MONITORING
public static final PluginCurrentState MONITORING
Static value Monitoring for PluginCurrentState.
PREPARATION
public static final PluginCurrentState PREPARATION
Static value Preparation for PluginCurrentState.
QUEUED
public static final PluginCurrentState QUEUED
Static value Queued for PluginCurrentState.
RESOURCE_ACQUISITION
public static final PluginCurrentState RESOURCE_ACQUISITION
Static value ResourceAcquisition for PluginCurrentState.
SUBMISSION
public static final PluginCurrentState SUBMISSION
Static value Submission for PluginCurrentState.
Constructor Details
PluginCurrentState
@Deprecated
public PluginCurrentState()
Deprecated
Creates a new instance of PluginCurrentState value.
Method Details
fromString
public static PluginCurrentState fromString(String name)
Creates or finds a PluginCurrentState from its string representation.
Parameters:
Returns:
values
public static Collection<PluginCurrentState> values()
Gets known PluginCurrentState values.
Returns: