Share via


ProvisioningState type

The provisioning state of the last accepted operation.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: Resource has been created.
Failed: Resource creation failed.
Canceled: Resource creation was canceled.
InProgress: An operation is in-progress on the resource.
Updating: An update operation is in-progress on the resource.
Dropping: A drop operation is in-progress on the resource.

type ProvisioningState = string