In the MSDN documentation it says:
Azure supports Notification Hubs as part of the Azure SDK 2.1, in the Microsoft.ServiceBus.dll assembly. You can now create, update an
You should use NamespaceManager.CreateNotificationHub or NamespaceManager.CreateNotificationHubAsync for.
Here is NamespaceManager class documentation.