Package version:

Collection of migration recovery points.

interface MigrationRecoveryPointCollection {
    nextLink?: string;
    value?: MigrationRecoveryPoint[];
}

Properties

Properties

nextLink?: string

The value of next link.

The migration recovery point details.