I am trying to fetch the Disaster Recovery Backup details of azure recovery vault services like VM's details, disk details etc. using azure recovery services/ azure recovery backup services client(python). There are no proper examples anywhere in the azure documentation in order to use the client effectively. There are some ways in power shell but I am not eager to learn it.
I have already tried this but it has no proper examples.
I also am able to create RecoveryServicesClient
from azure.mgmt.recoveryservices
but I am unable to use any of its methods to fetch the disk level details of backupVM or backupVM details.
Can some azure/python expert point me to the right direction here?