Hi @arsalankhan,
when Windows shows a disk as "Unallocate", it means it's not able to read the partition table inside of it anymore, same thing applies to LUNs.
You should make sure that the LUN you are presenting is in fact a Windows one with a Windows supported filesystem (from the output posted I cannot tell), and then use Microsoft's tools and support to help retrieve the partition table.
However, even if you manage to retrieve the partition table, it's impossible to determine the status of the data inside the filesystem, which could still be not consistent.
If you formatted the LUN as GPT, then it will contain more copies of the partition table and it should be possible to retrieve it. If the LUN was formatted MBR, then you have a single copy of the partition table which is now lost.
The alternative is to restore the LUN from a consistent backup (from both application and OS point of view), so a backup done through SnapManager or VSC normally.
Lorenzo