ProvisioningState type

Redis instance provisioning status.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Creating: A create operation is in progress.
Deleting: A delete operation is in progress.
Disabled: The cache is disabled and cannot be used.
Failed: An operation such as create or update failed. If you failed to create the cache it will not be in a usable state, so you should delete and recreate it.
Linking: Georeplication link is in progress
Provisioning: An operation is in progress
RecoveringScaleFailure: A scaling operation encountered an error and recovery is in progress.
Scaling: A scaling operation is in progress
Succeeded: The most recent operation successfully completed
Unlinking: Georeplication unlink is in progress
Unprovisioning: The cache may be being disabled
Updating: An update operation is in progress.
ConfiguringAAD: An AAD configuration update operation is in progress.
Migrating: A migration to Azure Managed Redis is in progress.
MigrationFailed: A migration to Azure Managed Redis failed.
MigrationSucceeded: A migration to Azure Managed Redis succeeded.
MigrationCancelling: A cancellation (rollback) of a migration to Azure Managed Redis is in progress.
MigrationCancellationFailed: A cancellation (rollback) of a migration to Azure Managed Redis has failed.

type ProvisioningState = string