DeploymentResult type

Status while trying to fetch the deployment information.
KnownDeploymentResult can be used interchangeably with DeploymentResult, this enum contains the known values that the service supports.

Known values supported by the service

Success: Success
Canceled: Canceled
Failed: Failed

type DeploymentResult = string