DaprComponentProvisioningState type

Provisioning state of the Connected Environment Dapr Component.
KnownDaprComponentProvisioningState can be used interchangeably with DaprComponentProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: Succeeded
Failed: Failed
Canceled: Canceled
InProgress: InProgress
Deleting: Deleting

type DaprComponentProvisioningState = string