### YamlMime:JavaType fields: - field: type: final fullName: com.microsoft.azure.management.sql.JobAgentState.CREATING name: CREATING nameWithType: JobAgentState.CREATING summary:

Static value Creating for JobAgentState.

syntax: public static final JobAgentState CREATING= fromString("Creating") uid: com.microsoft.azure.management.sql.JobAgentState.CREATING - field: type: final fullName: com.microsoft.azure.management.sql.JobAgentState.DELETING name: DELETING nameWithType: JobAgentState.DELETING summary:

Static value Deleting for JobAgentState.

syntax: public static final JobAgentState DELETING= fromString("Deleting") uid: com.microsoft.azure.management.sql.JobAgentState.DELETING - field: type: final fullName: com.microsoft.azure.management.sql.JobAgentState.DISABLED name: DISABLED nameWithType: JobAgentState.DISABLED summary:

Static value Disabled for JobAgentState.

syntax: public static final JobAgentState DISABLED= fromString("Disabled") uid: com.microsoft.azure.management.sql.JobAgentState.DISABLED - field: type: final fullName: com.microsoft.azure.management.sql.JobAgentState.READY name: READY nameWithType: JobAgentState.READY summary:

Static value Ready for JobAgentState.

syntax: public static final JobAgentState READY= fromString("Ready") uid: com.microsoft.azure.management.sql.JobAgentState.READY - field: type: final fullName: com.microsoft.azure.management.sql.JobAgentState.UPDATING name: UPDATING nameWithType: JobAgentState.UPDATING summary:

Static value Updating for JobAgentState.

syntax: public static final JobAgentState UPDATING= fromString("Updating") uid: com.microsoft.azure.management.sql.JobAgentState.UPDATING inheritances: - - methods: - fullName: com.microsoft.azure.management.sql.JobAgentState.fromString(String name) name: fromString(String name) nameWithType: JobAgentState.fromString(String name) parameters: - description:

a name to look for

name: name type: returns: description:

the corresponding JobAgentState

type: summary:

Creates or finds a JobAgentState from its string representation.

syntax: public static JobAgentState fromString(String name) uid: com.microsoft.azure.management.sql.JobAgentState.fromString(String) - fullName: com.microsoft.azure.management.sql.JobAgentState.values() name: values() nameWithType: JobAgentState.values() returns: description:

known JobAgentState values

type: Collection<> syntax: public static Collection values() uid: com.microsoft.azure.management.sql.JobAgentState.values() nameWithType: JobAgentState syntax: public class JobAgentState type: class uid: com.microsoft.azure.management.sql.JobAgentState fullName: com.microsoft.azure.management.sql.JobAgentState name: JobAgentState package: com.microsoft.azure.management.sql summary:

Defines values for JobAgentState.

metadata: {}