Uses of Class
com.azure.resourcemanager.sql.models.JobAgentState
-
Packages that use JobAgentState Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of JobAgentState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return JobAgentState Modifier and Type Method Description JobAgentStateJobAgentInner. state()Get the state property: The state of the job agent. -
Uses of JobAgentState in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as JobAgentState Modifier and Type Field Description static JobAgentStateJobAgentState. CREATINGStatic value Creating for JobAgentState.static JobAgentStateJobAgentState. DELETINGStatic value Deleting for JobAgentState.static JobAgentStateJobAgentState. DISABLEDStatic value Disabled for JobAgentState.static JobAgentStateJobAgentState. READYStatic value Ready for JobAgentState.static JobAgentStateJobAgentState. UPDATINGStatic value Updating for JobAgentState.Methods in com.azure.resourcemanager.sql.models that return JobAgentState Modifier and Type Method Description static JobAgentStateJobAgentState. fromString(String name)Creates or finds a JobAgentState from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobAgentState Modifier and Type Method Description static Collection<JobAgentState>JobAgentState. values()
-