Hi @Naveen Neerukattu ,
maybe this helps to get started:
Get-AzVirtualNetwork | Select-Object -Property Name -ExpandProperty Addressspace
Get-AzVirtualNetwork | Select-Object -Property Name -ExpandProperty Addressspace | Select-Object Name, AddressPrefixes
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten