ProvisioningState type

The provisioning state of the serviceGroup. For example, Running
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: NotStarted
Running: Running
Succeeded: Succeeded
Failed: Failed
Canceled: Canceled

type ProvisioningState = string