ManagedResourceProvisioningState type
The provisioning state of the managed resource.
KnownManagedResourceProvisioningState can be used interchangeably with ManagedResourceProvisioningState,
this enum contains the known values that the service supports.
Known values supported by the service
None: The resource does not have a provisioning state.
Creating: The resource is being created.
Created: The resource is created.
Updating: The resource is being updated.
Succeeded: The resource provisioning has succeeded.
Failed: The resource provisioning has failed.
Canceled: The resource provisioning has been canceled.
Deleting: The resource is being deleted.
Deleted: The resource has been deleted.
Other: The resource provisioning state is a state other than the previously specified states.
type ManagedResourceProvisioningState = string