How to get services running on specific node on azure service fabric using c#
I have node names and want to fetch if any services are running on that node.I know we can check using service fabric UI, but want to fetch in c# application.
Want all services names and there health status for node mentioned.