Class JobAgentState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<JobAgentState>
com.microsoft.azure.management.sql.JobAgentState
Defines values for JobAgentState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JobAgentState
Static value Creating for JobAgentState.static final JobAgentState
Static value Deleting for JobAgentState.static final JobAgentState
Static value Disabled for JobAgentState.static final JobAgentState
Static value Ready for JobAgentState.static final JobAgentState
Static value Updating for JobAgentState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JobAgentState
fromString
(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
-