Share via


ProvisioningState type

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: The provision is succeeded.
Failed: The provision is failed.
Canceled: The provision is canceled.
Creating: The creation is in progress.
Deleting: The deletion is in progress.
Fixing: The fix of the resource in progress.
Verifying: The verification of the resource in progress.
Updating: The update of the resource in progress.

type ProvisioningState = string