RedisProvisioningState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Redis instance provisioning status.
public readonly struct RedisProvisioningState : IEquatable<Azure.ResourceManager.Redis.Models.RedisProvisioningState>
type RedisProvisioningState = struct
Public Structure RedisProvisioningState
Implements IEquatable(Of RedisProvisioningState)
- Inheritance
-
RedisProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| RedisProvisioningState(String) |
Initializes a new instance of RedisProvisioningState. |
Properties
| Name | Description |
|---|---|
| ConfiguringAAD |
An AAD configuration update operation is in progress. |
| 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. |
| Migrating |
A migration to Azure Managed Redis is in progress. |
| MigrationCancellationFailed |
A cancellation (rollback) of a migration to Azure Managed Redis has failed. |
| MigrationCancelling |
A cancellation (rollback) of 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. |
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(RedisProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RedisProvisioningState, RedisProvisioningState) |
Determines if two RedisProvisioningState values are the same. |
| Implicit(String to Nullable<RedisProvisioningState>) | |
| Implicit(String to RedisProvisioningState) |
Converts a string to a RedisProvisioningState. |
| Inequality(RedisProvisioningState, RedisProvisioningState) |
Determines if two RedisProvisioningState values are not the same. |