How to use Azure Recovery Services Vault azure python package to fetch Disaster Recovery Services details?

若如初见. 提交于 2021-02-18 08:24:03

问题


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?

来源:https://stackoverflow.com/questions/62918381/how-to-use-azure-recovery-services-vault-azure-python-package-to-fetch-disaster

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!