MigrationValidationRequest interface
Properties for validating migration from Azure Cache for Redis to Redis Enterprise.
Properties
| force |
Sets whether to ignore warnings when validating if the source cache can be migrated to the target cache. If this property is true, the isValid property in the response will ignore warning-level disparities between the source and target resource. The default value is false. |
| skip |
Sets whether the data is migrated from source to target or not. The default value is true. |
| source |
The source resource ID to validate migration from. This is the resource ID of the Azure Cache for Redis. |
Property Details
forceMigrate
Sets whether to ignore warnings when validating if the source cache can be migrated to the target cache. If this property is true, the isValid property in the response will ignore warning-level disparities between the source and target resource. The default value is false.
forceMigrate?: boolean
Property Value
boolean
skipDataMigration
Sets whether the data is migrated from source to target or not. The default value is true.
skipDataMigration?: boolean
Property Value
boolean
sourceResourceId
The source resource ID to validate migration from. This is the resource ID of the Azure Cache for Redis.
sourceResourceId: string
Property Value
string