MigrationProperties interface
Properties for Redis Enterprise migration operation.
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 |
| source |
The discriminator possible values: AzureCacheForRedis |
| 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
creationTime
The timestamp when the migration operation was created.
creationTime?: Date
Property Value
Date
lastModifiedTime
The timestamp when the migration operation was last updated.
lastModifiedTime?: Date
Property Value
Date
provisioningState
Current provisioning status of the migration
provisioningState?: string
Property Value
string
sourceType
The discriminator possible values: AzureCacheForRedis
sourceType: string
Property Value
string
statusDetails
Additional details about the migration operation's status in free text format.
statusDetails?: string
Property Value
string
targetResourceId
The Azure resource ID of the Azure Managed Redis destination cache to migrate.
targetResourceId?: string
Property Value
string