Share via


ProvisioningState type

The provisioning state of a resource type.
KnownProvisioningState can be used interchangeably with ResourceProvisioningState, 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 canceled.
Provisioning: Resource creation provisioning.
Updating: Resource creation updating.
Deleting: Resource creation deleting.
Accepted: Resource creation was accepted.

type ProvisioningState = string