SolutionProvisioningState type

Status of solution provisioning.
KnownSolutionProvisioningState can be used interchangeably with SolutionProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: All Solutions in the Batch succeeded.
PartialComplete: Some Solutions are still running or failed.
Failed: All Solutions failed to run.
Running: All Solutions are still running.
Canceled: When Solutions request gets canceled.

type SolutionProvisioningState = string