DeploymentState type

The current state of the deployment.
KnownDeploymentState can be used interchangeably with DeploymentState, this enum contains the known values that the service supports.

Known values supported by the service

In_Progress: In_Progress
Completed: Completed
Queued: Queued
Canceling: Canceling

type DeploymentState = string