I am trying to use
var adminClient = new ServiceBusAdministrationClient(
to fetch some topics related data.
I see that ServiceBusAdministrationClient can be used for one SB. Is there a way to get a list of SBs in an Azure subscription or Resource Group so I can loop on it and do the same thing.