AccountProvisioningState type

Gets the account status code.
KnownAccountProvisioningState can be used interchangeably with AccountProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Unknown: Unknown
Creating: Creating
Updating: Updating
Moving: Moving
Deleting: Deleting
SoftDeleting: SoftDeleting
SoftDeleted: SoftDeleted
Failed: Failed
Succeeded: Succeeded
Canceled: Canceled

type AccountProvisioningState = string