Uses of Class
com.microsoft.azure.management.sql.JobAgentState
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of JobAgentState in com.microsoft.azure.management.sql
Modifier and TypeFieldDescriptionstatic final JobAgentState
JobAgentState.CREATING
Static value Creating for JobAgentState.static final JobAgentState
JobAgentState.DELETING
Static value Deleting for JobAgentState.static final JobAgentState
JobAgentState.DISABLED
Static value Disabled for JobAgentState.static final JobAgentState
JobAgentState.READY
Static value Ready for JobAgentState.static final JobAgentState
JobAgentState.UPDATING
Static value Updating for JobAgentState.Modifier and TypeMethodDescriptionstatic JobAgentState
JobAgentState.fromString
(String name) Creates or finds a JobAgentState from its string representation.