'How do i get the list of VM behing the azure LB backend pool using Pyhon SDK

Normally to get a list of VMs inside a RG, we use the command: compute_client.virtual_machines.get(rg_name), but is there a way we can filter this to get VMs behind backend pools?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source