Share via


ProvisioningState type

The status of the last resource 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.
Creating: Resource creation is in progress.
Deleting: Resource deletion is in progress.
Accepted: Request has been accepted for processing.

type ProvisioningState = string