JobAgentState type

The state of the job agent.
KnownJobAgentState can be used interchangeably with JobAgentState, this enum contains the known values that the service supports.

Known values supported by the service

Creating: Creating
Ready: Ready
Updating: Updating
Deleting: Deleting
Disabled: Disabled

type JobAgentState = string