@Sameer Bhat , Hope this helps,
Get-AzureRmResource -ResourceType Microsoft.Network/publicIPAddresses
Update: Here is the command to list all the resources that are associated with IPAdresses,
Get-AzPublicIpAddress | ?{$_.IPConfiguration -ne $null} | epcsv .\output.csv
----------
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.