AzureCacheForRedisMigrationProperties interface

Properties for Redis Enterprise migration operation for Azure Cache for Redis.

Extends

Properties

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.

skipDataMigration

Sets whether the data is migrated from source to target or not. This property must be true during the preview.

sourceResourceId

The source resource ID to migrate from. This is the resource ID of the Azure Cache for Redis.

sourceType

Describes the source of the migration operation.

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.

Inherited Properties

creationTime

The timestamp when the migration operation was created.

lastModifiedTime

The timestamp when the migration operation was last updated.

provisioningState

Current provisioning status of the migration

statusDetails

Additional details about the migration operation's status in free text format.

targetResourceId

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