MigrationsOperations interface
Interface representing a Migrations operations.
Properties
| validate | Validates if a source Azure Cache for Redis resource can be migrated to a target Azure Managed Redis resource. |
Property Details
validate
Validates if a source Azure Cache for Redis resource can be migrated to a target Azure Managed Redis resource.
validate: (resourceGroupName: string, clusterName: string, body: MigrationValidationRequest, options?: MigrationsValidateOptionalParams) => Promise<MigrationValidationResponse>
Property Value
(resourceGroupName: string, clusterName: string, body: MigrationValidationRequest, options?: MigrationsValidateOptionalParams) => Promise<MigrationValidationResponse>