state
The state of the deployment.
A deployment can be in one of the following states:
ACTIVATING- The deployment is being created.ACTIVE- The deployment was successfully created, and it's currently running on the container service. The container service can have only one deployment in an active state at a time.INACTIVE- The deployment was previously successfully created, but it is not currently running on the container service.FAILED- The deployment failed. Use theGetContainerLogaction to view the log events for the containers in the deployment to try to determine the reason for the failure.