State type

The state of the resource.
KnownState can be used interchangeably with State, this enum contains the known values that the service supports.

Known values supported by the service

Creating: Creating
Unavailable: Unavailable
Running: Running
Deleting: Deleting
Deleted: Deleted
Stopping: Stopping
Stopped: Stopped
Starting: Starting
Updating: Updating
Migrated: Migrated

type State = string