state property
The current state of the container service.
The state can be:
-
Pending- The container service is being created. -
Ready- The container service is created but does not have a container deployment. -
Disabled- The container service is disabled. -
Updating- The container service capacity or other setting is being updated. -
Deploying- The container service is launching a container deployment. -
Running- The container service is created and it has a container deployment.
Implementation
final ContainerServiceState? state;