AzureCacheForRedisMigrationProperties interface
Properties for Redis Enterprise migration operation for Azure Cache for Redis.
- Extends
Properties
| force |
Sets whether to ignore warnings when performing validation of the migration request. If this property is true, warning-level disparities between the source and target resources will be ignored, and the request will only fail validation if there are error-level disparities. The default value is false. |
| skip |
Sets whether the data is migrated from source to target or not. This property must be true during the preview. |
| source |
The source resource ID to migrate from. This is the resource ID of the Azure Cache for Redis. |
| source |
Describes the source of the migration operation. |
| switch |
Sets whether the DNS is switched automatically after the data is transferred from the source cache to the target cache. This property must be true during the preview. |
Inherited Properties
| creation |
The timestamp when the migration operation was created. |
| last |
The timestamp when the migration operation was last updated. |
| provisioning |
Current provisioning status of the migration |
| status |
Additional details about the migration operation's status in free text format. |
| target |
The Azure resource ID of the Azure Managed Redis destination cache to migrate. |
Property Details
forceMigrate
Sets whether to ignore warnings when performing validation of the migration request. If this property is true, warning-level disparities between the source and target resources will be ignored, and the request will only fail validation if there are error-level disparities. The default value is false.
forceMigrate?: boolean
Property Value
boolean
skipDataMigration
Sets whether the data is migrated from source to target or not. This property must be true during the preview.
skipDataMigration: boolean
Property Value
boolean
sourceResourceId
The source resource ID to migrate from. This is the resource ID of the Azure Cache for Redis.
sourceResourceId: string
Property Value
string
sourceType
Describes the source of the migration operation.
sourceType: "AzureCacheForRedis"
Property Value
"AzureCacheForRedis"
switchDns
Sets whether the DNS is switched automatically after the data is transferred from the source cache to the target cache. This property must be true during the preview.
switchDns: boolean
Property Value
boolean
Inherited Property Details
creationTime
The timestamp when the migration operation was created.
creationTime?: Date
Property Value
Date
Inherited From MigrationProperties.creationTime
lastModifiedTime
The timestamp when the migration operation was last updated.
lastModifiedTime?: Date
Property Value
Date
Inherited From MigrationProperties.lastModifiedTime
provisioningState
Current provisioning status of the migration
provisioningState?: string
Property Value
string
Inherited From MigrationProperties.provisioningState
statusDetails
Additional details about the migration operation's status in free text format.
statusDetails?: string
Property Value
string
Inherited From MigrationProperties.statusDetails
targetResourceId
The Azure resource ID of the Azure Managed Redis destination cache to migrate.
targetResourceId?: string
Property Value
string
Inherited From MigrationProperties.targetResourceId