ProvisioningStateType type

ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property
KnownProvisioningStateType can be used interchangeably with ProvisioningStateType, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: Succeeded
Failed: Failed
Canceled: Canceled
Creating: Creating
Deleting: Deleting
Updating: Updating

type ProvisioningStateType = string