JobAgentState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. JobAgentState
- com.
- com.
public final class JobAgentState
extends ExpandableStringEnum<JobAgentState>
The state of the job agent.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Job |
CREATING
Static value Creating for Job |
static final
Job |
DELETING
Static value Deleting for Job |
static final
Job |
DISABLED
Static value Disabled for Job |
static final
Job |
READY
Static value Ready for Job |
static final
Job |
UPDATING
Static value Updating for Job |
Constructor Summary
Constructor | Description |
---|---|
JobAgentState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Job |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Job |
fromString(String name)
Creates or finds a Job |
static
Collection<Job |
values()
Gets known Job |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CREATING
public static final JobAgentState CREATING
Static value Creating for JobAgentState.
DELETING
public static final JobAgentState DELETING
Static value Deleting for JobAgentState.
DISABLED
public static final JobAgentState DISABLED
Static value Disabled for JobAgentState.
READY
public static final JobAgentState READY
Static value Ready for JobAgentState.
UPDATING
public static final JobAgentState UPDATING
Static value Updating for JobAgentState.
Constructor Details
JobAgentState
@Deprecated
public JobAgentState()
Deprecated
Creates a new instance of JobAgentState value.
Method Details
fromString
public static JobAgentState fromString(String name)
Creates or finds a JobAgentState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known JobAgentState values.
Returns:
Applies to
Azure SDK for Java