Class JobAgentState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<JobAgentState>
com.microsoft.azure.management.sql.JobAgentState
Defines values for JobAgentState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobAgentStateStatic value Creating for JobAgentState.static final JobAgentStateStatic value Deleting for JobAgentState.static final JobAgentStateStatic value Disabled for JobAgentState.static final JobAgentStateStatic value Ready for JobAgentState.static final JobAgentStateStatic value Updating for JobAgentState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobAgentStatefromString(String name) Creates or finds a JobAgentState from its string representation.static Collection<JobAgentState>values()Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CREATING
Static value Creating for JobAgentState. -
READY
Static value Ready for JobAgentState. -
UPDATING
Static value Updating for JobAgentState. -
DELETING
Static value Deleting for JobAgentState. -
DISABLED
Static value Disabled for JobAgentState.
-
-
Constructor Details
-
JobAgentState
public JobAgentState()
-
-
Method Details
-
fromString
Creates or finds a JobAgentState from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding JobAgentState
-
values
- Returns:
- known JobAgentState values
-