I am trying to create a Topic
in Microsoft.Azure.ServiceBus
via code. I see there was a NamespaceManager
object in Microsoft.ServiceBus
, but I can't find anything for the newer Azure
namespace. I am using .NET Core.
Has this yet to be implemented? Or did I just not look hard enough?
If this isn't possible, is there a way to create a filter on SubscriptionClient()
?
Thank you!