Share via


State type

Solution Instance State
KnownState can be used interchangeably with State, this enum contains the known values that the service supports.

Known values supported by the service

InReview: Solution Instance is in review
UpgradeInReview: Solution Instance upgrade is in review
ReadyToDeploy: Solution Instance is ready to deploy
ReadyToUpgrade: Solution Instance is ready to upgrade
Deploying: Solution Instance is deploying
Deployed: Solution Instance is deployed
Failed: Solution Instance failed to deploy
Undeployed: Solution Instance is undeployed
PendingExternalValidation: Solution Instance is pending external validation
ExternalValidationFailed: Solution Instance failed external validation
Staging: Solution Instance is staging the images

type State = string